Can't trigger camera start/stop event correctly

I manage to trigger an event which was stored in my sql configuration database.

Problem is i see it only shows “external event startrecording” message on the camera through smart client, however not the full message when using your examples.. Ie camera name… start recording etc.

I not only have to do this for start/stop recording but also trigger commands for user defined events. I do not know if I am passing incorrect information to the message

See the trigger of start and stop recording in the Video Viewer sample.

https://doc.developer.milestonesys.com/html/index.html?base=miphelp/class_video_o_s_1_1_platform_1_1_data_1_1_j_p_e_g_video_source.html&tree=tree_search.html?search=jpegvideosource

See the trigger of events in the Configuration Access sample.

https://doc.developer.milestonesys.com/html/index.html?base=samples/configaccess_sample.html&tree=tree_2.html

If you still have trouble getting it to work please share your code, I might be able to see if the code is incorrect..

Thanks Bo.

I will try this and keep you updated

Hi Bo,

Thanks for the help.

I came right