Video streaming using jetson orin nano

hey i’m using jetson orin nano with a arducam PTZ camera now i want to use this setup to capture video and do some object detection on it then stream it to a desktop app.
Using flask is one option what are the other options can i use for this.
also i’m using python for video processing.

Hi,
If the camera is a USB camera, please try

Jetson AGX Orin FAQ
Q: I have a USB camera. How can I launch it on AGX Orin?

By default we support USB Video Class(UVC) driver. If the camera supports it, you can capture frame data through v4l2.

What about streaming setup how can i stream video to a desktop app using wifi ?

Hi,
You can set up RTSP server on Orin Nano. Please check this in FAQ:

Q: Is there any example of running RTSP streaming?

Orin Nano has no hardware encoder so please use software encoderx264enc plugin.

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