Capture an image after some requeriments
in
Programming Questions
•
3 years ago
Hi!
I'm new at the forum but I've been using it for a while.
I'm working on a project that uses a camera, and where I must track if there is any change in the background. For that I'm using Background Difference. If there is any change or movement, I must get ready to take an snapshot, but when do I have to do this? when there is no movements or changes. The problem I have is that this new background without changes is different as the one in the beginning.
I'll try to explain better: I want to have a scenario where are people writing. The camera needs to know when someone approach and then goes away. At the moment when the person goes away I need the camera to capture the image, that will have the word that the person wrote. For the second part I'm using the Thresholding background (example in the core library), but I'm not sure it will work always as I want. I would like to know if there is any other option, easier and probably much better than what I'm doing.
I appreciate any help in advance.
I'm new at the forum but I've been using it for a while.
I'm working on a project that uses a camera, and where I must track if there is any change in the background. For that I'm using Background Difference. If there is any change or movement, I must get ready to take an snapshot, but when do I have to do this? when there is no movements or changes. The problem I have is that this new background without changes is different as the one in the beginning.
I'll try to explain better: I want to have a scenario where are people writing. The camera needs to know when someone approach and then goes away. At the moment when the person goes away I need the camera to capture the image, that will have the word that the person wrote. For the second part I'm using the Thresholding background (example in the core library), but I'm not sure it will work always as I want. I would like to know if there is any other option, easier and probably much better than what I'm doing.
I appreciate any help in advance.
1