-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
root@beaglebone:~/Project/PythonEyeDetection# python eye_detect.py
Xlib: extension "RANDR" missing on display ":1".
Traceback (most recent call last):
File "eye_detect.py", line 147, in
main()
File "eye_detect.py", line 138, in main
finished, iris_pic = draw(photo)
File "eye_detect.py", line 122, in draw
image_to_show[0:iris_circles_to_show.shape[0], 200:200+iris_circles_to_show.shape[1]] = iris_circles_to_show
ValueError: operands could not be broadcast together with shapes (240,120,3) (240,240,3)
What was the resolution of the camera you used when testing? I am testing with 320x240 and 640x480 resolutions.
Metadata
Metadata
Assignees
Labels
No labels