Pictures of records

We use the MIP SDK 2019R3. How can i get a picture of a recording as raw data. is this possible with the imageviewer control? Or is a sample avaible?

The ImageViewerControl can give you a bitmap copy of the current image (using - .GetCurrentDisplayedImageAsBitmap () ) but not raw data. You can use RawLiveSource / RawVideoSource for this purpose. Please note that the raw data is the video format that the camera is setup to use towards the Recording Server and you cannot automatically assume it will have a certain format. There is no sample using raw data, there are other samples for JpegLiveSource ao.