* Implementing Gstreamer projection * Moved back to QtQuick video sink, still no display * "works" but spikes cpu * merge upstream develop * Missed a merge conflict * added resize * GSTVideoOutput works within ia openauto frame now * Fixed up cmake for gst * Add destructor for GST * Added PI4 support * Accidently added a bad cmake run at some point * Stylistic changes * Cleaning up unused variables * Stylistic update * Stylistic Changes * Quick merge fix * Review feedback * Post review feedback * Left handed pointers/CMake fix Co-authored-by: Cole Brinsfield <brinsfield.cole@gmail.com>
10 lines
138 B
QML
10 lines
138 B
QML
import QtQuick 2.0
|
|
import QtGStreamer 1.0
|
|
|
|
VideoItem {
|
|
id: aaVideo
|
|
width: 300
|
|
height: 300
|
|
surface: videoSurface
|
|
}
|