SqueezeBrains SDK 1.18
|
Tutorial 1 - How to initialize the library More...
Tutorial 1 - How to initialize the library
To initialize the library you have to call the function sb_cs.Sb.Init .
Then it is necessary to wait until the license is active otherwise the functions that need the license(for example sb_cs.SbProject.Detection ) will fail.
In order to know the licence status you have to call the function sb_cs.SbLicense.GetInfo .
At the end of your program you should call the function sb_cs.Sb.Release to release all the resources of the library.
Definition at line 22 of file InitLibrary.cs.