Read the statement by Michael Teeuw here.
Using the Raspberry Pi Camera to see through the mirror
-
@slametps Yeah, I know the camera works well normally. So your camera works by seeing through the mirror from the other side? Did you have to tweak any camera settings or did it just work?
-
@Synthic yes behind the mirror glass without any tweaks.
-
Do consider that there is difference in properties between the types of two way mirrors out there,
one type could work well with a camera lens while another type doesn’t work at all.for an example many two way coatings are made to filter out IR light.
-
@broberg That is a valid point. How would one know what kind of two-way mirror I posess? Haven’t been able to find any “comprehensive overview” of two-way mirrors
-
@Synthic Infrared is blocked by cameras anyway so that wouldn’t make a difference. The only thing the camera cares about is visible light so if you are able to see through the mirror you are using then there is no reason that the camera shouldn’t be able to do the same thing regardless of what material the mirror is made from.
I too have the basic PiCam located behind the glass and it works perfectly. Does your cam work without the glass in place?
-
@dpenney That’s what bugs me:
- The PiCamera works great normally
- I can see through the mirror
- My Nexus 5 camera can see through the mirror
- The PiCamera can not. (it CAN, but it is waaaay too dark)
-
@Synthic That is frustrating…
I think the facial recognition module uses python-picamera to talk to the camera, are you able to tweak the configs somewhere in order to up the brightness?
https://www.raspberrypi.org/documentation/usage/camera/python/README.md -
This is where the camera is setup - try adding
camera.brightness = 90https://github.com/paviro/MMM-Facial-Recognition/blob/master/facerecognition/picam.py
Worth a shot :)
-
@Synthic I can tell you that my nexus 5 camera does not like my glass at all, al tough, the light transmission on my mirror is really low.
-
@dpenney This is my setup:
This photo is with normal camera:
This photo with PiCamera:
With brightness=90, I tried screwing around with most settings without result.