@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
@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