As a starting point I took the same sample code I used in this post, and the hello_video sample code by Broadcom in VideoCore.
This is the code I wrote to make it work (
The code is pretty messed up and much of it is not fully implemented. Error management is almost inexistent, but still it can be useful to guess how to make things work. The rest is up to you ;-)
This is a video illustrating the sample code running:
To compile the code refer to this article. You will need the Qt 5.0 libraries (version 4.0 might be sufficient) running with the eglfs plugin. Hope this helps!
nice work!
ReplyDeleteWhat's eglfs?
ReplyDeleteA Qt platform plugin.
ReplyDeleteI am trying to implement your code but I never get a callback from the callback set with ilclient_set_fill_buffer_done_callback
ReplyDeleteI do however get one for the empty buffer (ilclient_set_empty_buffer_done_callback)
any insight to what triggers the fill buffer callback?