Other Parts Discussed in Thread: AM4378
Hello,
We've been using AM4378 in quite a few projects. A new requirement we have is to be able to capture and display video using gstreamer.
The standard SDK ships with Weston windows manager and rendering the video output using the fbdevsink needs the windows manager to be stopped. All this works fine but, is obviously no good - along with the video output, we should also be able to have some Qt developed GUI running on the screen.
We're wondering if there's any benefit of using the X11 build for the Processor SDK. On the X11 build as well, xorg needs to be stopped to use the DRM with fbdevsink. But, what if xvimagesink plugin was installed? WIll that work? Or is there actually a problem with the OMAP DRM driver that may not allow us to use xvimagesink?