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)
2 | No.2 Revision |
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).
3 | No.3 Revision |
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 .