CCTV smart detection concept

max_torch

Feb 9, 2014
111
Joined
Feb 9, 2014
Messages
111
Someone told me that there is a way to detect if a chair has been occupied using a cctv. He described it as the CCTV constantly comparing what it is seeing to a 'base image' and then to be able to recognize when a change has occurred in what it is seeing compared to that base image only for the are of the screen where the chair is. What is this concept called officially so I can look it up and where could I find a tutorial on this?
 

Martaine2005

May 12, 2015
5,276
Joined
May 12, 2015
Messages
5,276
Hi max,
I think you need to look up FLIR and RAPID RECAP systems for CCTC.

Martin
 

Gryd3

Jun 25, 2014
4,098
Joined
Jun 25, 2014
Messages
4,098
Many entry level DVRs sold for CCTV offer motion detection, and allow you to select or mask off a region of video for detection.
This isn't a smart system by any means... it just detects motion, which is done by comparing old frames.

Additionally, there is a project called openCV. I have not dug into it in too much depth, but it includes libraries for simple motion detection to some advanced image recognition.
 

bobdelon

Jul 11, 2015
2
Joined
Jul 11, 2015
Messages
2
Basic motion detectors are fairly common these days.I think you are looking for photo-sensor motion detector.
It have two components: a laser beam and a light sensor.
In a home security system,when somebody walks between the light source and the sensor, the path of the beam is blocked briefly. The sensor registers a drop in light levels and sends a signal to the control box.
 

AnalogKid

Jun 10, 2015
3,045
Joined
Jun 10, 2015
Messages
3,045
In production lines it is called AOI - Automatic Optical Inspection. As an example, the computer has in memory an image or a perfectly assembled printed circuit board. It compares that image to one from a unit on a production line to see if pares are missing, installed crooked, etc.

ak
 
Top