Configuring bit-rate and frame-rate of VisionWorks 1.2 VideoRender

Hello,

Is there a way to configure the VisionWorks video renderer? The following doesn’t allow any configuration of framerate or bitrate.

std::unique_ptr<nvxio::Render> video_renderer(nvxio::createVideoRender(context, "test.avi", cv_srcR.cols,cv_srcR.rows));

Thanks

Not sure if you ever figured this out, but you should be able to set the environment variable “NVXIO_VIDEO_RENDER_BITRATE”. Haven’t tried it myself though.

Not sure if you ever figured this out, but you should be able to set the environment variable “NVXIO_VIDEO_RENDER_BITRATE”. Haven’t tried it myself though.