Ask Your Question
0

Odroid hardware acceleration

asked 2013-12-29 23:22:38 -0600

ayu016 gravatar image

I just recently got an ODROID-XU board and I implemented a video player using the OpenCV API. I noticed that the video is only decoded using the software rather than hardware. I was wondering if it is possible to get hardware acceleration to work with OpenCV. The GPU for the board is PowerVR SGX544MP3. Any help is appreciated.

Thanks.

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
0

answered 2013-12-30 01:41:27 -0600

OpenCV uses popular video decoding/encoding libraries for video i/o support. If you use Linux it can be FFMPEG, GStreamer, Xine, etc. If you want to use hardware acceleration you need hardware accelerated version of video library. For example, if you have somw plug-in for GStreamer, install it and build OpenCV with GStreamer support.

edit flag offensive delete link more
0

answered 2014-02-13 14:51:26 -0600

Currently, there isn't any support GPU in ODROID-XU so your ODROID-XU use software support. I'm speaking if you has installed OpenCV in Ubuntu. I am not sure but I believe that there is a support in ODROID-XU for Android.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-12-29 23:22:38 -0600

Seen: 1,579 times

Last updated: Feb 13 '14