fixing things

This commit is contained in:
talksik
2023-08-28 13:57:55 -07:00
parent fa9254e724
commit bb08f7262e
+7
View File
@@ -2,7 +2,14 @@
# this is special script for running on jetson nano # this is special script for running on jetson nano
export QT_DEBUG_PLUGINS=1 export QT_DEBUG_PLUGINS=1
export QT_QPA_EGLFS_DEBUG=1
# the below will run on kms. it will not work on X11/desktop environment
# export QT_QPA_EGLFS_INTEGRATION=eglfs_kms
export QT_QPA_EGLFS_HIDECURSOR=1
export GST_DEBUG=2 export GST_DEBUG=2
export QT_QPA_EGLFS_DEBUG=1
rm -rf build rm -rf build
mkdir build mkdir build