movement-tracking
movement-tracking copied to clipboard
Getting error (I am very beginner)
@surya-veer @Yohannfra
please help 🙏
@TechMastering1 follow this issue https://github.com/surya-veer/movement-tracking/issues/4#issuecomment-664018021
I am using it on raspberry pi I entered this command in pi terminal "sudo modprobe bcm2835-v4l2 # to load it and create /dev/video0"
And then edited 67th line with " video_capture = cv2.VideoCapture(-1) to video_capture = cv2.VideoCapture('dev/video0') "
It says error

video_capture = cv2.VideoCapture(-1)
to
video_capture = cv2.VideoCapture('dev/video0')