Rudi Horn
Rudi Horn
Although some behaviour does still seem a bit odd, so I will try syncing the MSC and CDC class code to the latest version and will wait until #1027 is...
> @rudihorn > I've merged the new USB device middleware thanks #1027 > Could you rebase and update accordingly? > Thanks in advance Thanks for this! I've just rebased and...
With the new framework and some other changes this now seems stable to me. I did have some issues with the very high priority (default `#define USBD_IRQ_PRIO 1`) in combination...
@fpistm I have updated the `boards.txt` config and have come up with the following example. Not sure where the example should go though. I have only compiled and not tested...
@fpistm Are there any updates on this and what more is required to get this merged?
I've been spending a little time experimenting with the DRM apis to perform screen grabbing at https://github.com/rudihorn/drm-vc4-grabber with some progress. I have been able to show that it is definitely...
No worries. I suspect the last thing missing from my code was some de-interlacing for each 32x32 pixel square. The framebuffer uses a modifier with value 504403158265495553 (hex 0x700 0000...
So my grabber now at least copies a correct image. I still need to see if the performance is efficient enough though, and there is certainly some room for optimization....
I've done a little more work and the screen grabber can now connect to hyperion and upload the image. This seems to work, but revealed that video image buffers are...
@chcore best to just try it out. When it doesn't detect a video it does fall back to the ui framebuffer, so when displaying images for example it still works....