Skip to content

Releases: vijiboy/declarative-camera

Video Analytics with Qt - Demo 1 and Demo 2

04 Jan 07:10
Compare
Choose a tag to compare

This is the Qt/Qml side of a video analytics application. The analytics part has to be provided in the form of C++ code. The C++ code will be used in the areas marked TODO to complete the application.

Demo 1 : This will display the original camera feed and also hack the camera display pipeline by inserting our own (preferably updated) frame in place of the current camera frame.

Demo 2 : This will also display the camera feed but wait for the analytics to provide an image, and display it on UI.