Skip to content
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

How to integrate this sdk? #2

Open
raghav123456 opened this issue Mar 18, 2020 · 6 comments
Open

How to integrate this sdk? #2

raghav123456 opened this issue Mar 18, 2020 · 6 comments

Comments

@raghav123456
Copy link

hello ,
I want to integrate this api with Visual Odometry to get six different routes which i am unable to do . Can anyone have suggestion how to do this.
Thanks

@yourskc
Copy link
Collaborator

yourskc commented Mar 18, 2020

You can clone the example project described in the end of the Code page, The example code already grab images from camera and call the library to produces images for a specific angle. Then your can link them to your application like odometry.

@raghav123456
Copy link
Author

@yourskc thanks for your quick reply
So can i use this for images which are already recorded by my camera or can i use the image folder as a source in place of using camera.

@yourskc
Copy link
Collaborator

yourskc commented Mar 19, 2020

MOIL SDK only support image processing functions, you need to prepare image source by yourself before calling of MOIL SDK.
You can reference VideoCapture class in OpenCV
https://docs.opencv.org/3.4.0/d8/dfe/classcv_1_1VideoCapture.html

@raghav123456
Copy link
Author

@yourskc So according to your answer we cannot use set of Fisheye images which are already captured as a source?

@yourskc
Copy link
Collaborator

yourskc commented Mar 20, 2020

You need to write some program to connect them.

@raghav123456
Copy link
Author

@yourskc thank-you for your help, if have any problem i will ask ..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants