party_pants said:
Tau.Neutrino said:
DIY gun turret takes down mini-drones
A technology-enthusiast has invented a Nerf gun turret that can automatically track and shoot down small drones. The ingenious contraption uses the Lidar capabilities of a Kinect v2 sensor, and a milled steel two-axis gimbal, all controlled by software based on the OpenCV AI library, which is geared towards realtime computer vision.
more…
So has he really invented anything, if he has used off-the-shelf components?
Doesn’t matter. As he said, 90% of the effort was to get those off-the-shelf components to talk to one another, given that they were built to incompatible standards.
PS. The variable speed windscreen wiper was built with off-the-shelf components as well, yet it was patentable.
Thinking further about the main problem. Much of the problem in shooting down drones has to be range. In this case it’s solved by having the drone a constant distance from the gun.
Another way to solve it would be by knowing the physical size of the drone in advance.
For machine vision. Subtract consecutive frames from each other to ignore everything that doesn’t move. Depending on the algorithm you can then shoot it down when it stops moving, moves at constant velocity, or moves at constant acceleration. That’s better than how he does it.