Awesome stuff. I do wish they'd release a module without the bayer filter for monochrome imaging. Granted it is maybe quite a bit of work to rewrite parts of the ISP to suit a relatively niche market of monochrome sensor...
New 8-megapixel camera board on sale at $25
31–40 of 50 posts
Re: New 8-megapixel camera board on sale at $25
#32I've been looking into home security lately and with the more expensive camera-kits (say $2k+)... I've been wondering if a de-centralized raspberry-pi setup might be so much better. And with 8mp I think I should start a POC, right?
http://www.amazon.com/Guardzilla-GZ502B-Video-Security-Syste...
Siren, two way audio, camera, motion sensor, etc. I've been eyeballing this for some time. Might get it before I go on my next trip.
Re: New 8-megapixel camera board on sale at $25
#33Re: New 8-megapixel camera board on sale at $25
#34Re: New 8-megapixel camera board on sale at $25
#35Re: New 8-megapixel camera board on sale at $25
#36Earlier quoted context omitted.
A pet door?
Cat-specific food bowls :-)
Re: New 8-megapixel camera board on sale at $25
#37Earlier quoted context omitted.
Cat-specific food bowls :-)
I was researching this a few months ago, but gave up upon the cat facial recognition. The best I could find for the raspberry pi was opencv haar filters for humans, and that was just detecting if a face was present in the video frame. I'm curious, how are you planning on doing cat facial detection for this?
Re: New 8-megapixel camera board on sale at $25
#38Earlier quoted context omitted.
There are a few projects out there [0][1] that make it fairly simple to set up a motion detection capable solution with a simple USB webcam. I'm currently waiting on a cheap infrared camera from China ($4!) for use with my Pi, but I've done testing with an older Logitech HD camera and have had excellent results. [0] Motion: http://lavrsen.dk/foswiki/bin/view/Motion/WebHome [1] MotionEye: https://github.com/ccrisan/mo…
If you don't mind, could you please post a link to the $4 IR camera?
There are a large number of similar cameras on the market that ship from China/Hong Kong on eBay. YMMV, but if you've got a few bucks and are willing to wait, it may be worthwhile (depending on your use).
[0] http://www.ebay.com/itm/USB-50M-6-LED-Night-Vision-Webcam-Ca...
Re: New 8-megapixel camera board on sale at $25
#39I would like to see a round cable version. I know this may not fit the design ethos, but I've had projects that I really wanted to use the Pi+camera and couldn't because of camera positioning (a 1m round cable would have worked) .
The USB camera idea would work too, but it wouldn't have the same performance characteristics as the PiCam (The Pi's USB implementation is terrible, as far as throughput and CPU load).
Re: New 8-megapixel camera board on sale at $25
#40Earlier quoted context omitted.
I was researching this a few months ago, but gave up upon the cat facial recognition. The best I could find for the raspberry pi was opencv haar filters for humans, and that was just detecting if a face was present in the video frame. I'm curious, how are you planning on doing cat facial detection for this?
maybe he has a white cat and a black cat... but I would probably use RFID chips in their collar.
The cats in question are pretty different (one black, one orange), so discrimination in visible light is easy. Not sure about IR yet.