How to dynamically modify bitrate property of nvv4l2h265enc in a C++ node?

_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.

Hi,
This is supported. Please refer to the sample:
Allocating a GstBuffer of type "memory:NVMM" - #15 by DaneLLL

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