I play videos using Qgrpahicsscene, QgraphicsView, qvideowidget
videoWidget = new QVideoWidget; QGraphicsScene *scene = new QGraphicsScene; QGraphicsView *graphicsView = new QGraphicsView(scene); scene->addWidget(videoWidget);
playing the video correctly, I need it when I adjust the brightness in the video call, it does not reflect, and I checked the brightness level of the video output that it sets. please share some ideas, thanks in advance
Sivam source share