Target Camera Systems

A place to discuss non-discipline specific items, such as mental training, ammo needs, and issues regarding ISSF, USAS, and NRA

If you wish to make a donation to this forum's operation , it would be greatly appreciated.
https://www.paypal.com/paypalme/targettalk?yours=true

Moderators: pilkguns, m1963, David Levene, Spencer, Richard H

Post Reply
sbj101
Posts: 1
Joined: Fri Jul 17, 2015 1:26 pm

Target Camera Systems

Post by sbj101 »

Hello – I am thinking of developing a target camera system. I know there are several systems already on the market – but what, in your opinion, do these systems lack? What would you like to see? What features are important to you?

I appreciate the input! Thanks
dronning
Posts: 557
Joined: Wed Feb 13, 2013 8:56 pm
Location: MInnesota

Re: Target Camera Systems

Post by dronning »

If you want an immediate winner make one that you can set up by the bench and not have anything down range. Take the money saved on not needing WIFI and put it into the optics. Software - make it intuitive and customizable by the user, like being able to turn off or hide certain shots, or creating groups of shot's where you can put notations like sight adjustments or loading info. Analytics like group size, group center to center of target and of course center of shot to center of target.

- Dave
Certified Safety Instructor: Rifle & Pistol
They that give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.
~ Ben Franklin
Heddok
Posts: 56
Joined: Thu Dec 05, 2013 2:44 am
Location: Sooke B.C. Canada

Re: Target Camera Systems

Post by Heddok »

I think Dave really described the ideal system. The difficulty with a bench mounted system may be dealing with vibration though with the optical magnification required.

If one could have all the capabilities of a scoring app like Target Scan and a small optical sensor at the shooting position it would be a hot seller. The latest Scatt sensor (MX-01??) optically can do the job albeit at a very high price but maybe something along those lines.

You can tell I'm not an engineer or a software guy so I can't articulate this as well as Dave.
dronning
Posts: 557
Joined: Wed Feb 13, 2013 8:56 pm
Location: MInnesota

Re: Target Camera Systems

Post by dronning »

I'd like to take what I said a little bit further.

You would be able to store the selected group size from a session with the load info (powder, bullet, OAL etc..) along with date, temp, wind, rifle, etc..

If I shoot a group and the system gives me the distance of the group center to the target center, and the distance to target is known, then you would have the MOA adjustments needed to center the group on target. If the system also accepted the MOA per click of the sights it could give you the # of clicks needed to center the group. You could store the firearm info so it could be pulled up for another session, same for ammo/loads.

I agree mounting on the bench for the optic probably wouldn't work - unless it's concrete.

- Dave
Certified Safety Instructor: Rifle & Pistol
They that give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.
~ Ben Franklin
redschietti
Posts: 386
Joined: Sun Apr 03, 2011 4:31 pm

Re: Target Camera Systems

Post by redschietti »

ability to center, then score the group decimally, is top of my list.
User avatar
SamEEE
Posts: 505
Joined: Mon Aug 12, 2013 7:48 am
Location: Aotearoa/NZ

Re: Target Camera Systems

Post by SamEEE »

Create a Git and get an open source project going!

Cheap off the shelf products would be great - perhaps a Raspberry Pi with a Pi Camera Module? OpenCV Library and Python could be used for the computer vision.

Application of OpenCV and Python for counting traffic.
https://www.youtube.com/watch?v=z1Cvn3_4yGo

OpenCV: http://programmingcomputervision.com/

The above text references PIL (Python Imaging Library) which is kind of dead now but Pillow is an offshoot of this:
https://python-pillow.github.io/
https://pillow.readthedocs.org/

Method:
Use the black ring of any target to get comparative size of target space. (Background Subtraction at this stage to get rid of stuff not the target)
Compare frames every second to notice a hole. (Frame Comparison)
When a bullet hole is spotted create a Cartesian coordinate within the target to give a decimal scoring in relation to the black.

The challenges are:

Creating a camera system that gets as close to square to the target without obstructing it. Perhaps use alloy runner sections like a camera slider on the cheap jacked up to level by means of trellises.

I have thought about this quite a bit, along with creating a Open Source range timer from off the shelf components to give cheap and accessible tools for fledgling clubs or for when the old timers eventually crap out.

Image
Image Image
Post Reply