Automatic license configuration in distributed products

This article is a guide about automatic license configuration of a distributed Ozeki Camera SDK. After reading through this page you will be familiar with all the essential terms concerning automatic license configuration and what you will need for creating your own solution using Ozeki Camera SDK.

Introduction

License configuration is part of the process when you switch from the trial version to the full version of a software. This configuration is partly automatic. When you run the program after the expiration date of the trial version, a window will automatically pop up including all the information you need to know about the license configuration process. You need to follow the instructions to have a fully working software version with a unique license code.

The unlimited use of a software product requires buying the product. (Open source and freeware programs are exceptions.) In case of downloadable software products this means the purchase of the license code, because the program itself is already on your computer. If you buy a software (in the form of a CD or a DVD) from a store you will also get a license code included to the package.

License configuration

When you want to use your activated Ozeki Camera SDK, you need to put an extra instruction into your IP Camera solution code. You will need the serial number and the activation code what the Licence Manager generated for you. Code 1 shows what you should do in order to activate the distributed product.

Ozeki.Common.LicenseManager.Instance.SetLicense("OZSDK-TEST", "TUNDoXJASDFHDSFHKRHI...");
	
Code 1 - Licence activation instruction

When you paste the instruction shown above with the proper parameters into your IP Camera program, your Ozeki Camera SDK will be used with the license configuration you have purchased so you will be able to access its full capabilities.

This article introduced the basic knowledge about automatic license configuration of a distributed Ozeki Camera SDK. If you have read through this page carefully, you already have all the knowledge you need to create your own solution.

As you are now familiar with all the terms concerning this topic, now it is the time to take a step further and to explore what other extraordinary solutions the Ozeki Camera SDK can provide to you.

If you have any questions or need assistance, please contact us at info@ozeki.hu.

You can select a suitable Ozeki Camera SDK license for your project on the Pricing and licensing information page.

Related Pages

More information