1. sudo apt-get install freenect
2. sudo apt-cache search freenect
3. sudo apt-get install python-freenect
4. pip install pynput
และจากนั้นก็เหมือนจะมีปัญหาในการเรียกเว็บหน้า browser
เราจึงเปลี่ยนคำสั่งที่ใช้
จาก
os.system("chromium-browser --app=file:///home/pi/Desktop/kinect_hand_detection_and_tracking/src/index.html")
เป็น
webbrowser.open('file://' + os.path.realpath("/home/pi/Desktop/kinect_hand_detection_and_tracking/src/index.html"))



ไม่มีความคิดเห็น:
แสดงความคิดเห็น