Hi,

I need to render a Qt Quick scene and stream it as H264 data on an
i.MX6-device running Linux. The use case is to be used live with as little
latency as possible.

I'm thinking of using the QQuickRenderControl class. The easy way is
probably to render the scene to a QOpenGLFramebufferObject, convert to
QImage, convert to yuv420p, and feed to the VPU encoder. But maybe there is
some device-specific way that is more efficient?

Best regards,
Ola
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to