uzh-rpg / rpg_monocular_pose_estimator

A monocular pose estimation system based on infrared LEDs
GNU General Public License v3.0
134 stars 78 forks source link

Recommended Camera #4

Closed Pedro-Roque closed 9 years ago

Pedro-Roque commented 9 years ago

Good afternoon,

I would like to know which cameras and, specially, IR Filters (and where to get them) do you advise to use with IR led's and filters. I've tried the following approach:

What camera and filter do you use in your setup, and what distance can you get? I am going to use this on a Quadrotor.

With my best regards,

Pedro Roque

eliasm commented 9 years ago

Hi Pedro,

You can find all details about the hardware we used and the achieved distances in the following publication: http://rpg.ifi.uzh.ch/docs/ICRA14_Faessler.pdf

Best, Elias

kubark42 commented 9 years ago

I'd vote for reopening this. Although the original authors are busy with other tasks, the wider community could find a discussion on (un)successful sensors and techniques useful.

FWIW, we haven't had much success with the pose estimator using a Point Grey Grasshopper 3.0, which is basically a USB 3.0 wrapper around the Sony IMX174 sensor.[*] On paper, the Sony sensor outperforms the MatrixVision mvBlueFOXMLC200w used in the original ICRA article.

[*]Admittedly, we didn't dig deep down into the failure.

Pedro-Roque commented 9 years ago

@kubark42 That's precisely what I meant with this topic!

I am planning on getting a BlueFOX with a Daylight cut filter ( @eliasm , that's the same filter as yours? You don't specify that ).

Also, is there anyway to modify the package in order to get some middle-steps image?

Thanks in advance!

eliasm commented 9 years ago

Yes, in the paper we were using the BlueFOX with a daylight-cut filter. A more precise filter that fits the LEDs' wavelength will probably further improve the performance.

It shouldn't be too hard to save intermediate steps by adjusting the LED detector method: https://github.com/uzh-rpg/rpg_monocular_pose_estimator/blob/master/monocular_pose_estimator_lib/src/led_detector.cpp#L35

Pedro-Roque commented 9 years ago

Ok, thank you very much @eliasm . I will let you know if I got news !