C# Getting an image from the camera without using the standard forms

Hello,

I would like to get an image from a specific camera, defined in the XProtect application.

I’m using C#.

All the samples I have found use the default forms to connect to the server and get the camera info.

In my application I can’t open a form. I have a configuration file and I need to pull the textures via web.

I found a sample to show how to connect to the server, but I can’t find anything about enumerating the cameras and pulling the images.

Thank you

See the CameraStreamResolution sample. I believe it fits what you ask.