cleanup and making it work on raspberry pi

This commit is contained in:
talksik
2023-08-29 09:02:05 -07:00
parent 3ce67d907a
commit 0a04185f66
3 changed files with 18 additions and 60 deletions
-3
View File
@@ -1,15 +1,12 @@
#!/bin/sh
# this is special script for running on jetson nano
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 QT_QPA_EGLFS_DEBUG=1
rm -rf build
mkdir build