Ask Your Question
0

Camera suggestion for laser skeet/shooting gallery?

asked 2015-01-02 17:45:17 -0600

jitspoe gravatar image

Hey guys, I'm pondering a "laser shooting gallery" type project where I have a projector screen displaying moving targets, a "laser gun" that briefly emits laser beam when the trigger is pulled, and a camera that monitors the screen to determine where the laser hit.

I stumbled across OpenCV, and it sounded ideal for this type of thing. I just have a couple questions to start with:

1) Has somebody already done something like this (and can save me a bunch of work? :)

2) Any suggestions for cameras? I've noticed most webcams seem to have severe latency, but I'm not sure if that's the camera or software (hopefully OpenCV will reduce latency on the software side). I'm thinking that a higher framerate (60+ fps, ideally 100+) would be more important than high resolution.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2015-01-03 04:10:02 -0600

I'd suggest to use a raspberry pi with the piNoir Camera and an infrared laser pointer. If you want to see the laser on your projected targets, you want to use a different wavelength for the target images and for your laser, otherwise it will be hard to detect a red point on a red target if you don't use very different intensities.

The Camera has no IR filter, so you should be able to see your laser point rather well, you could even add a new filter for the visible light to make the processing even simpler. The RPi should be fast enough to process the images and you have a nice package of camera and processor that only outputs your laser position after calibration.

http://www.adafruit.com/products/1567

edit flag offensive delete link more

Comments

That looks pretty cool, and it would be perfect for a standalone unit that handles the camera and video display, but I've actually got everything already set up with a standard PC. I suppose I could network the pi, but I fear that might add unnecessary latency/sync issues. A USB camera seems like it would be ideal, but I might still tinker with this.

jitspoe gravatar imagejitspoe ( 2015-01-05 10:28:52 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2015-01-02 17:45:17 -0600

Seen: 872 times

Last updated: Jan 03 '15