Hi,
I am using Z CAM camera for 8k video.
The camera provide 8k rtsp output, but it seems that gstreamer could not process it correctly (posted last year: How to capture image which can directly using by CUDA?).
Also, other software based on gstreamer could not do this (eg. JetsonUtils / OpenCV / …).
And recently I have found that this camera has a own protocol called SSP, which can get demuxed h264/h265 data. So on PC, I could just call libssp(processing SSP protocol)+nvdecode instead of ffmpegdemux+nvdecode which in nvcodec sample. And 8k goes well.
On Orin, I could not find how to use nvdecode without gstreamer.
Is there any example about this?
Thank you.