Expand my Community achievements bar.

Problem with webcamPublisher

Avatar

Level 2

hi,

  I want to listen to status events when user modify anything from security dialog. For that i have added statusEvent Listener on Camera Object. I have also added webcamPublisher component for publishing video on AFCS. Camera StatusEvent works fine  but as soon as i send webcamPub.Publish() command after that i am unable to listen to any events dispatched from the StatusEvent handler that i have allready registered with my camera Object why ?

1 Reply

Avatar

Former Community Member

Hi,

Yes currently we dispatch the status event from the statushandler function in webcampublisher only when  you start the camera.

For getting this event always, you can either override this function and dispatch the event always or modify it in your source afcs code in case you are linking the source directly. I will take a look into whether we should send it always and if so, we will have it that way in next drop.

Thanks

Hironmay Basu