Qt/onroad: use CameraViewWidget (#21821)

* use CameraViewWidget

* no timer, updateFrame after frameSwapped

* use QOpenGLShaderProgram

* merge master

* remove that

* new function setStreamType

* continue

* remove showEvent

* cleanup

* cleanup

* little more

* fix black screen on startup

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: a034926264cd1025c69d6ceb3fe444965f960b75
This commit is contained in:
Dean Lee
2021-09-09 04:13:27 +08:00
committed by GitHub
parent 4844f8196d
commit f4d8621be1
11 changed files with 65 additions and 377 deletions
-1
View File
@@ -18,7 +18,6 @@ _common = fxn('common', common_libs, LIBS="json11")
files = [
'clutil.cc',
'glutil.cc',
'visionimg.cc',
]