-
Notifications
You must be signed in to change notification settings - Fork 673
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use of very wide angle fisheye cameras #131
Comments
We leverage the opencv fisheye mode: My understanding that their model does not support very large FOV cameras. Additionally, I think some of the estimation code for triangulating features would need to be changed as right now we assert that features must lie in front of the camera, thus for >180deg this won't hold since features can lie behind the camera frame. I don't have any experience with these cameras, but I think another issue is performing feature tracking on these large FOV angles due to the large amounts of distortion. You can try selecting a region of interest in the middle of the image to reduce the FOV is you are stuck with a high FOV sensor. |
Alright thank you very much. |
Yes, you can checkout the other issues created for that. |
Okay thank you! |
Hi,
is it possible to use a fisheye camera with a very high FOV (>180 deg) fisheye lens with Open Vins?
I have a global shutter camera and would like to use a circular 180 degree fisheye lens.
As I understood the documentation, there are two camera models supported: pinhole-equi and pinhole-radtan.
Would the pinhole-equi model sufficient for this task?
Or generally: What would have to be done to use a circular 180 degree fisheye camera?
Keep up the great work!
Cheers,
James
The text was updated successfully, but these errors were encountered: