![]() |
Calculating distance with an Axis Camera 206
My team is using an axis camera to calculate the distance to a target. The distances we are currently calculating are up to a foot off, depending on the location, lighting etc. The calculated distances are worse at angles. What accuracy range are other teams getting? Do you think the camera is the best way to get the distance? We have also done tests with the ultrasonic sensor which is sometimes very accurate and other times gives strange results.
Thank you. |
Re: Calculating distance with an Axis Camera 206
How are you calculating the distance using the camera?
Greg McKaskle |
Re: Calculating distance with an Axis Camera 206
Quote:
|
Re: Calculating distance with an Axis Camera 206
With any vision system, you could fill in the area of the "square" target that is found with the "edge detection". This way you get a solid square.
Once you have a soild square, now run an "area detection" of the square. This will get you a size. The bigger the area, the closer you are. The smaller the area, the further away you are. |
Re: Calculating distance with an Axis Camera 206
Quote:
Citrus, what algorithm are you using to compute distance? |
Re: Calculating distance with an Axis Camera 206
Quote:
And I'm one of those NEMs (Non-engineering Mentors) so the math escapes me completely here. |
Re: Calculating distance with an Axis Camera 206
Can someone please post the documentation for detecting the squares and tracking them? I can't seem to find the PDF's or tutorials.
Thanks, Eagle Engineering 1138 |
There are numerous algorithms... we are trying opencv with relatively little success.
Anyone else have better experiences with opencv? |
Re: Calculating distance with an Axis Camera 206
With the range finder we received you shouldn't need to use the Axis camera. The real question is has anyone found information for coding the rangefinder?
|
Re: Calculating distance with an Axis Camera 206
Quote:
Relating to OpenCV, this shouldn't be necessary on the cRio as NI Vision (CVI) is fairly optimized (and already compiled) for VxWorks. |
Re: Calculating distance with an Axis Camera 206
Quote:
|
Re: Calculating distance with an Axis Camera 206
We are using the height of the target and comparing it to the height of the camera image.
|
About opencv...
I personally would like to mount a netbook on the robot |
Re: Calculating distance with an Axis Camera 206
If you haven't already, you should read this white paper on vision and the axis camera. It is from National Instruments and is specific to this years competition. The url is https://decibel.ni.com/content/docs/DOC-20173
You may need to register to download. It provides good detail on the algorithm used and possible errors. |
Re: Calculating distance with an Axis Camera 206
We are using OpenCV to track the vision target this year. I have been fiddling around with color tracking over the summer, so I have a little experience with it. I have been able to track the tape up to 16ft. away. Due to a lack of smoked polycarbonate, I don't have the actual vision target built yet.
Does anyone known how dense the polycarbonate is? All the manual says is "1/2 in. smoked polycarbonate" with no more description. As far as determining distance, I thought using the target's relative size to the image size would be viable because the target is 2ft. wide. What problems are you having with OpenCV? I'll try to help. Also you should get a hold of the book Learning OpenCV: Computer Vision with the OpenCV Library (ISBN: 978-0-596-51613-0). It's great for reference and (obviously) learning the basics. |
Re: Calculating distance with an Axis Camera 206
Quote:
If you are running the vision on the cRio, using NI Vision (CVI) is a much easier way to go, as it is already compiled for VxWorks, all of the supporting code (get image from axis cam) is already written, there is an example to process rectangles, and you can use NI Vision Assistant to automate a bunch of it. |
Re: Calculating distance with an Axis Camera 206
Quote:
|
Re: Calculating distance with an Axis Camera 206
Quote:
|
Re: Calculating distance with an Axis Camera 206
Does OpenCV have a program that will spit out code for you similar to what the NI Vision Assistant program does? It seems like using OpenCV will be easier for my team to implement our rectangle tracking with if it does, as we are having some trouble understanding the code that is spit out by Vision Assistant.
|
Re: Calculating distance with an Axis Camera 206
my team uses the axis camera to identify blobs (yes its the technical term for the... blobs that the camera picks up) And then finds the distance based on the pixel distance between top square and bottom square, angle uses trig and distance from side targets, labview can calculate the rest
|
Re: Calculating distance with an Axis Camera 206
I have seen a lot of people over look this in past year. Make sure you are converting it to foot and inches or whatever you desire as 1' would be 1.2 as a double.
|
Re: Calculating distance with an Axis Camera 206
Quote:
Quote:
|
| All times are GMT -5. The time now is 18:01. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi