• Hardware Platform (Jetson / GPU) Jetson
• DeepStream Version 6.1
• JetPack Version (valid for Jetson only) Unknown
• TensorRT Version 8.4
• NVIDIA GPU Driver Version (valid for GPU only) 11.4
• Issue Type( questions, new requirements, bugs) questions
Hi, I’m using segmentation models to mask objects in video.
As I work on the project, I realized that accuracy of segmentation is affected by the video’s brightness.
So I adjusted video’s brightness by using videobalance gst-plugin. But, since my camera is located outside, its video’s brightness is changing due to weather, time which means I need to adjust video’s brightness dynamically.
Is there any way to achieve this?