What is the difference between High-Profile SDK and Main-Profile SDK?
High Profile SDK contains two ActiveX Controls. The ActiveX Control is based on Microsoft Component Object Model (COM) that is used to denote reusable software components. There are mainly two parts in the High Profile SDK, one is Vitamin control and the other is MediaPlayback. You can program with VB, Visual C++ and C# to reuse the controls. The main purpose of Vitamin control is to connect to the VIVOTEK Network Cameras or Video servers and display live video and audio after they’re decoded. Users can also record the video data using the control. The other one is MediaPlayback who can playback the recorded video and audio data from the database. The database can be recorded by ST3402 or by Vitamin control. The High Profile SDK is written with Main Profile SDK that is a suite of C library. We provide an easy and fast way to the development the software using ActiveX controls, therefore the flexibility becomes lower. With the Main Profile SDK, you need to write many functions by your o