-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pi NoIR camera #23
Comments
I have not tested with noir although I bought one a while back. Just have not had time to try it out. The motion algorithm for pi-timolo is very basic and can give false readings of true motion since it just looks at changed pixels using a pixel level and number of changed pixels counts. Therefore pixels do not have to be near each other and things like lighting changes or multiple small movements like plants can trigger motion detection (false positive) Let me know what you think. |
Claude, I am very interested in experimenting with OpenCV. I will delve into your Thank you for sharing your knowledge and time. I've learned a great deal Cordially, On Sat, Oct 29, 2016 at 6:08 AM, Claude Pageau [email protected]
|
I'd also be interested in an OpenCV motion detector. Someday, someday, someday I'll also contribute. I have it working with RPi 3 and Cam 2. I ran it a few weeks ago, but this evening I put it out on the edge of the yard where it has a better view of the mountains. A snowstorm will arrive by morning. The camera is encased in plastic-wrap. Seems OK so far. I'll check it after it starts snowing. My sister-in-law lives in San Jose, CA and has had numerous break-ins and last week a car stolen out of her driveway. She lives in a million-dollar neighborhood. She'll be interested in a good motion detector and timelapse camera. I may have to fly out to setup her network to support it, though. She's not technically literate. |
I now have a noir camera. pi-timolo has been upgraded to version 6.0 with support for sub-folders, recent images folder, disk management and motion detect using threaded video stream. I also have a version of pi-timolo that uses my speed camera code logic. I have tested this and it works very well for eliminating motion false positives since you can set tracking variables. The normal pi-timolo.py does not use opencv so I am thinking of releasing pi-timolost PI - TImelapse, MOtion, LOlight, Speed Tracking, Still need to integrate the new ver 6.0 pi-timolo.py logic into pi-timolost.py. I will also see what settings work best with the noir and it may just need a separate config.py default settings file. |
I will duplicate your setup when I get back home and run a few tests.
My goal is to track trail usage for cross country ski trails that I help
manage in the winter. I've been experimenting with PIR sensors (75% false
positives, can't be tuned), ultrasonic (complete failure - misses all soft
fuzzy targets), and IR laser (too directional - can't track coming & going
without missing part of the trail). I'll get back into CV to solve the
problem. The negative point is high power requirements compared to the
others. This must be a 100% battery-powered installation. I can visit every
two weeks but not every two days. It will shutdown and startup with the
daylight.
Thank you for your efforts.
…On Tue, May 9, 2017 at 6:01 AM, Claude Pageau ***@***.***> wrote:
I now have a noir camera. pi-timolo has been upgraded to version 6.0 with
support for sub-folders, recent images folder, disk management and motion
detect using threaded video stream. I also have a version of pi-timolo that
uses my speed camera code logic. I have tested this and it works very well
for eliminating motion false positives since you can set tracking
variables. The normal pi-timolo.py does not use opencv so I am thinking of
releasing pi-timolost PI - TImelapse, MOtion, LOlight, Speed Tracking,
Still need to integrate the new ver 6.0 pi-timolo.py logic into
pi-timolost.py. I will also see what settings work best with the noir and
it may just need a separate config.py default settings file.
Regards Claude ...
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#23 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGibPYzi7mqrh-Hxn2Ki133eCCGdf57Nks5r4FWygaJpZM4Kj-l4>
.
|
Have you looked at blink https://www.theverge.com/circuitbreaker/2016/9/29/13104268/Blink-budget-security-camera. You would need a hub put away in the ground or somewhere safe and run off a larger battery . Not sure how secure things would get if these things were not secured or hidden well. I would assume they could be put in a waterproof case if need be. |
Despite extensive fussing over the sensitivity, threshold, and motionAverage settings of config.py of pi-timolo, I experience many false positive motion events with the NoIR pi camera. The regular pi camera works well.
Have you or others found the pi NoIR camera to work acceptably with pi-timolo? If so I will continue to try to tune the variables in config.py
Great application!
Thanks,
Carter, a loyal follower of your project
The text was updated successfully, but these errors were encountered: