I am using Milestone SDK to get live feed from IP cameras, but I got the following exveption:
I successfully logged in to the server, initialized jpegLiveSource object and subcribed EventHandler for JpegLiveSourceNotificationEvent. However, it crashed even before my EventHandler is triggered (somewhere inside VideoOS.Toolkit.dll).
And the weird thing is that it works fine for most of the cameras I tested in my office, but when I went on site it crashed with cameras: IQ762N and Axis Q6044 PTZ.
Then, I tried to run few MIPSDK Componenent Samples such as ExportSample and VideoViewer. They also crashed with same exception.
Do you have any idea what is going on? Is it because I configured something on the Milestone Management Server wrongly?
Best regards.
When you get this error for all the MIP SDK samples I would be very curious if you have the same error using the Smart Client?
Also have you tried running these client on another PC, does it happen there too? Does it happen if you run it in the server itself?
While I am asking a lot of questions. What is the MIP SDK version? What version is you XProtect test server?
Hi Bo,
The Milestone XProtect Client is running fine, it only happens with SDK integration. The MIP SDK I am using is 2013 version, and the XProtect test server is the lastest version I downloaded from your site.
I managed to get the same camera at our office, and running the sample program again. We have 3 cameras on the milestone server: Panasonic WV-SP302, Axis 221, IQeye IQ762NI-V16. We experienced that the VideoViewer sample program is running fine for Panasonic and Axis camera, but always crashes with IQeye camera (same error in VideoOS.Toolkit.dll). Then, I tried another sample program called TcpVideoViewer, this sample claimed that “No library from Milestone is applied”, and it is working for all 3 cameras. So, I guess there is weird thing happens in the SDK when it deals with the IQeye IQ762NI-V16 camera. If possible, you can try this camera on your site, see if anything goes wrong!