dusty-nv / jetson-inference

Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson.
https://developer.nvidia.com/embedded/twodaystoademo
MIT License
7.86k stars 2.98k forks source link

Hello can i modifi bitrate in detectnet for v4l2 camera from4000000 to 1000000 #1631

Open EvaBarret1 opened 1 year ago

dusty-nv commented 1 year ago

@EvaBarret1 I have only changed the output encoder bitrate with the --bitrate flag (this changes the output bitrate of encoded video that is saved to disk or streamed out over the network via RTP/RTSP/WebRTC).

Is that what you meant, or did you mean change the bitrate on the camera itself? That would be the bitrate that the camera uses, not what the Jetson uses for encoding. I haven't changed that, but apparently some cameras support it through v4l2-ctl utility: https://github.com/mpromonet/v4l2rtspserver/issues/45