Got another problem. My picam is not able to open. I am using opencv 3.3.
Remember to set the name list environment variable FACE_USERS
Using default FACE_ALGORITM: 1
Traceback (most recent call last):
File "facerecognition.py", line 30, in
camera = config.get_camera(preview)
File "/home/pi/MagicMirror/modules/MMM-Facial-Recognition-Tools/lib/config.py", line 101, in get_camera
return webcam.OpenCVCapture(device_id=0)
File "/home/pi/MagicMirror/modules/MMM-Facial-Recognition-Tools/lib/webcam.py", line 29, in __init__
self._camera.open()
TypeError: Required argument 'device' (pos 1) not found
any suggestions?