-
Notifications
You must be signed in to change notification settings - Fork 191
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
[doc] Add insta360 air camera doc #2544
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you.
Why do you think we need jsk_perception/launch/libuvc_camera.launch
?
I think sample_insta360_air.launch
is enough.
Other than that, I think this PR is fine.
We may need |
29117ad
to
c03d60b
Compare
libuvc_camera launch is also used in #2545 , that is why i added it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, thank you for your explanation.
@k-okada Travis passed, can you please merge this PR? |
FYI: Instead, I was able to view the insta360 mjpeg images by using usb_cam. |
@knorth55 @YoheiKakiuchi how can I get panorama view image from 360 fisheye camera? |
@708yamaguchi what do you mean by panorama view image? |
I mean panorama view image like below. If calibration is needed, do you know a good method to calibrate the camera? |
I think it is better to calibrate the camera as normal camera, split into several images and recognize objects and human separately. FYI: |
Is there a recognition technique that uses original fisheye image ? The opencv calibration just transform from a fisheye model to a pinhole model. I think the panorama view is using N images which are connected in a nice way, |
Which version of opencv have you done with? https://stackoverflow.com/questions/50857278/raspicam-fisheye-calibration-with-opencv
If you want to make panorama view with no calibration, we need to spin the camera in z-axis, capture images and concatenate them, in my understanding. |
@708yamaguchi BTW, can you also add launch file for usb_cam and add args |
@YoheiKakiuchi @knorth55 @knorth55 |
@k-okada Travis passed! Can you merge this PR? |
add insta360 air camera
cc. @708yamaguchi