I am currently trying to stream a 4MP video sequence, using custom built gstreamer pipeline at 30Fps. I purchased the TDA4 board and deployed my code, to realise that the board doesn't support that level of performance.
The code simply calls "videotestsrc", and makes an attempt to stream the 4MP 30FPS sequence. The output has 1-1.8 FPS result, and "htop" shows 80-95% consumption of the both the cores (the board only has 2 cores).
1. I would like to ask if the TDA4 board is built to support such tasks, and if so, are there any specific steps I should take to better utilize the "power" of this board.
2. I am also not sure if the board has GPU, and how to use it. For my task, I am using the "compositor" element, to composite multiple "videotestsrc". Even if I use the GPU memory, I am not sure if gstreamer provides an element which can handle that.
Any comments or suggestions on this would be greatly appreciate. Thank you for your time and patience.
