Ask Your Question
4

Android Target Practice App

asked 2012-10-03 08:37:28 -0600

Tudor Luca gravatar image

Hi guys,

Basically I want to build an app that helps people to improve their fire-arm shooting skills.

I have a projector that is hooked up to an Android Device and projects onto a wall a target. The user has to shoot the target using a laser. The laser will shoot a beam of light for, let's say 0.5 seconds, on the wall where the user aimed. I have to capture that laser beam and determine where the user shoot the "bullet", if he hit the target etc...

My problem is that I don't know from where to start: - how can I detect that laser? - are there any libraries that might came in handy?

Any piece of information would be great!

Thanks a lot!

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
4

answered 2012-10-05 01:03:49 -0600

Look at the Color Blob detection example from OpenCV 2.4.2. It uses HSV color space. You can adapt it for your purposes.

edit flag offensive delete link more

Comments

Thanks a lot!

Tudor Luca gravatar imageTudor Luca ( 2012-10-05 07:27:33 -0600 )edit
4

answered 2012-10-03 10:30:08 -0600

karlphillip gravatar image
edit flag offensive delete link more

Comments

I appreciate the effort of answering. Thanks a lot!

Tudor Luca gravatar imageTudor Luca ( 2012-10-05 07:26:39 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2012-10-03 08:37:28 -0600

Seen: 852 times

Last updated: Oct 05 '12