I’m using the python version of deepstream for my company’s video processing code. I’m able to decode the MxPEG encoded rtsp stream using deepstream, and save the image frames.
If I save the frames as raw data, the mobotix decoder utility can’t decode it, the file can be opened in vooya though. If I save it as a .jpg using opencv in my code, the decoder utility generates a .rgb , but there’s no thermal data generated .
Is there anyway I can retrieve the thermal data in the rtsp stream from deepstream ?