Smart CCTV Camera Tutorial – Video Streaming with Flask and OpenCV on Raspberry Pi
Story Imagine the endless possibilities if we could make our standard CCTV Camera smarter and interactive. Well, introducing the Smart …
How I built Scripteditor.ai, a powerful AI SaaS script editor designed to help content creators write, refine, and manage their scripts and thumbnails.
Try Scripteditor.aiLightVest is an open-source Turn Signal Bike Safety Vest designed to be a wearable technology for Cyclist. (Build your own - Instructions)
Build your own Raspberry Pi Powered Surveillance IoT camera with Face recognition - access your live feed from any device.
Introducing Smart Mirror AI (SMAI). The very first interactive personalized integrated interface.
With SMAI, you can now keep track of your daily tasks, control your home appliances through its touch interface. With its facial recognition, you can now load up your personalized information - ranging from your daily commute to your daily health goals.
The application is endless. Devices and industries are getting smarter, It's time to bring our households into the future.
Simply stand in front of your camera module enabled Magic Mirror and trigger any event e.g lights.
Amazon | Ebay |
||
Raspberry Pi 4 Model B (2GB +) | |||
Power Supply | |||
Two-Way Mirror | |||
Raspberry Pi Camera | |||
Micro SD | |||
Micro HDMI Cable | |||
Monitor | |||
IR Frame |
Try out the Smart Mirror AI (Beta) face detection module. It’s as simple as downloading the image and writing to your SD card for your Raspberry Pi 4.
Smart Mirror AI Beta (1.0) includes:
Pre-requisites: This beta only supports Raspberry Pi 4.
Visit the smart mirror Github repo, on how to add your face your Magic Mirror
Face Recognition Module:
1) Note: Ensure you have a Raspberry Pi Camera Module attached to the Pi - and enabled via sudo raspi-config.
On start-up: The Face Detection model would automatically run on start without Keyboard input(Use CTRL + M to minimise mirror interface)
As this module is still under development, we recommend not updating the face recognition module if you're downloading the beta face recognition image.
2) Changing your profile:
Go into the directory (preferably via GUI)
cd /home/pi/MagicMirror/modules/MMM-Face-Recognition-SMAI/public
Replace the two .png with your face.Whilst keeping the same naming format.
Using the below naming convention.
Watch your faceID pop up on display every-time you're detected. Using this you could build your
own applications.
3) Removing Python Face recognition autostart:
Multiple scripts accessing the camera would result in this error:
picamera.exc.PiCameraMMALError: Camera component couldn't be enabled: Out of resources (other than memory)
In order to deactivate the autostart of face-recognition-SMAI.py (in LXTerminal at boot).
Go to the Pi directory, Right-click, show hidden files, and open up .bashrc
sudo nano /home/pi/.bashrc
Remove the line at the bottom. This is what autostarts at boot:sudo python3 /home/pi/dlib/build/face_recognition/examples/MMM-Face-Recognition-SMAI.py
Story Imagine the endless possibilities if we could make our standard CCTV Camera smarter and interactive. Well, introducing the Smart …
Ever wanted to use face recognition on your Raspberry Pi 4?Well, look no further. We’re talking about using your Raspberry …
The idea of smart mirrors might sound like something straight out of science fiction—a “magic mirror” that displays personalized information, …