Good afternoon, I’m working on a program that I would like when the camera detects a movement to open a screen with the image of that specific camera that opens in a windows apart. C#
Explore the StatusViewer sample and see how you can subscribe to NewEventsIndication and get motion detecion messages in this way.
If you want the opened screen to be easy to playback or navigate around the time I recommend using the ImageViewerControl. I think the PlaybackUser or PlaybackWpfUser sample will be the best in showing how to work with this.