hi, my code listen to the new alarm event.
how can i get the frame of the triggered alarm?(the same frame that i see when i hover on the alarm in the alarm list inside the Client).
hi, my code listen to the new alarm event.
how can i get the frame of the triggered alarm?(the same frame that i see when i hover on the alarm in the alarm list inside the Client).
You simply ask for an image with the camera and the timestamp you find in the alarm. You can use JPEGVideoSource.
@Bo Ellegård Andersen (Milestone Systems) thanks. i did it, when i debug everything is going well and i got the frame.
BUT when i install it as a win service in my Win server i get exception in the line when trying to do an Init() on the JPEGVideoSource object.
the EX says: Missing Library : Video.Os.Platform.SDK.Export.dll
so then i put the Dll in Disassembly and saw the code trying to do Assembly.LoadFrom on the Dll Video.Os.Platform.SDK.Export.dll. the DLL is inside with all other dlls . is there any reason it cant load it ?
thanks again.
Make sure you do
VideoOS.Platform.SDK.Export.Environment.Initialize();
and make sure you use
“[C:\Program](file:C:/Program) Files\Milestone\MIPSDK\Bin\CopyExportFiles.bat”