Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

opievencv is a c++ computer-vision library, not a python video processing one.

reading videos is achieved using 3rd party libs like ffmpeg or gstreame, if you need to verify a specific hw decoder is used, you will have to use those libs directly, not via opencv bindings (you're on the wrong bus here, sorry)

opievencv is a c++ computer-vision library, not a python video processing one.

reading videos is achieved using 3rd party libs like ffmpeg or gstreame, if you need to verify a specific hw decoder is used, you will have to use those libs directly, not via opencv bindings (you're on the wrong bus here, sorry).

opievencv opencv is a c++ computer-vision library, not a python video processing one.

reading videos is achieved using 3rd party libs like ffmpeg or gstreame, if you need to verify a specific hw decoder is used, you will have to use those libs directly, not via opencv bindings .