Releases: vijiboy/declarative-camera
Releases · vijiboy/declarative-camera
Video Analytics with Qt - Demo 1 and Demo 2
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.