Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi guys,
I need to use QSlider to control a video display (like a very simple video player). Is that possible? If so, is there any exemple on how to do that?
Hi,
This is a bit too vast as a question. What do you want to control ? What do you use as a video display etc...
I want to use QSlider to control the frame display, like Windows Media Player, for exemple. I am using QLabel and OpenCV to display the images.
Well, basically nothing forbids you to use QSlider, you will need to get the number of frames of the file you will read and a mean to set it when you move your slider.