ZED SDK produces '/dev/nvhost-msenc': No such file or directory

I’m trying to run a sample from the ZED SDK and there appears to be a missing device file for encoding, any ideas?

python3 recording/recording/mono/python/svo_recording.py --output_svo_file recording.svo
[ERROR] (/builds/sl/ZEDKit/lib/src/sl_input/mmapi/R354/NvV4l2Element.cpp:63) <enc_113400> Could not open device '/dev/nvhost-msenc': No such file or directory
[ZED][Encoding] Critical Error : No Video Enc [enc_113400]
Segmentation fault (core dumped)

Hi,
Do you use Jetson Nano or Orin Nano? It seems like your device is Orin Nano but this topic is in Jetson Nano category. It is confusing and would like to confirm which platform you are using.

If you use Orin Nano, it looks expected since there is no hardware encoder in Orin Nano. You would need to modify the application to use software encoder.

Yes it’s the Jetson Orin Nano. These products are so similarly named it gets confusing. Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.