Hi everyone, I’m a developer and for research purposes I write code for Jetson boards equipped with ZED 2i cameras. I recently started working with a Jetson Orin Nano which is not equipped with NVENC. I would like to know if there is a way to use the streaming and recording features provided by the ZED SDK. According to Nvidia specifications the Orin Nano card should be able to do video encoding using the CPU, however when I try to run the “sender” demo I get the following error:
luca@ubuntu:~/zed_samples/camera_streaming/sender/cpp/build$ ./ZED_Streaming_Sender
[ZED][INFO] Logging level INFO
[ZED SDK][Input] Using USB input… Switched to HD720
[ZED][INFO] [Init] Depth mode: NONE
[ZED][INFO] [Init] Camera successfully opened.
[ZED][INFO] [Init] Sensors FW version: 777
[ZED][INFO] [Init] Camera FW version: 1523
[ZED][INFO] [Init] Video mode: HD720@60
[ZED][INFO] [Init] Serial Number: S/N 33899070
Error in VIDIOC_REQBUFS at output planeError in VIDIOC_REQBUFS at output plane[ZED][Encoding] Critical Error : No Video Enc [enc_146749]
Segmentation fault (core dumped)
is there a solution to my problem?