This post is about using Raspberry Pi and HC-SR505 PIR sensor to record surveillance images and videos.The 1st script uses the SD card as a
Category: Python
Array Rotation in Python
One of the method: Cut out the number of elements to be rotated, and combining with the remaining elements in the array by placing the
Python OpenCV – Live camera stream with mouse click interaction
This post is using OpenCV method VideoCapture to stream live from the web cam and to enable the video to respond to left mouse click.
Python OpenCV – Face Detection on a Image
The result of print(len(faces)) return 9. And the image result is as per below. You can see that out of the 9 detection, 2 are
Python OpenCV – Reading a Video from cam or saved file
Python OpenCV library can be use to read a video, the video can be a live camera feed or a recorded video file. The below