_pipeline = gst_parse_launch(“v4l2src device=/dev/video0 ! image/jpeg, width=1280, height=720, format=I420 ! jpegdec ! nvvideoconvert ! nvv4l2h265enc name=h265enc control-rate=1 bitrate=2400000 ! video/x-h265, stream-format=byte-stream, alignment=au ! fakesink”, &pipeline_error);
After setting the pipeline to PLAY. Is it possible to dynamically modify bitrate property of nvv4l2h265enc in a C++ node?
System: Jetson xavier with latest jetpack.