Login
Login
Register
EasyAR Q&A
Questions
Unanswered
Tags
Ask a Question
Ask a Question
External VIO camera?
0
votes
asked
Nov 21, 2020
by
magneticadev
(
140
points)
Hi,
is it possible to use an external VIO camera like a Zed Mini from Stereolabs?
I tried to use the sparse spatialmap sample but it cannot detect it.
thanks
Please
log in
or
register
to answer this question.
1 Answer
0
votes
answered
Dec 6, 2020
by
kenn
(
18,790
points)
Sure, this kind of usage is supported.
Use like a custom camera, and in each frame data update, create InputFrame with image, camera parameter, timestamp (important), camera transform (important), and tracking status (important).
commented
Dec 6, 2020
by
magneticadev
(
140
points)
Hi,
I'm trying to use it under windows.
I got this message:
UIPopupException: easyar.CustomCameraSource not available under WindowsEditor
I need to use sparse map under windows environment.
commented
Dec 6, 2020
by
kenn
(
18,790
points)
easyar.CustomCameraSource is not a API. It is a sample.
Please try to understand what the sample is doing and do similar things in windows.
commented
Dec 7, 2020
by
magneticadev
(
140
points)
yes, I know.. but I run the sample under windows and it throws this error.
EasyAR is available for mobile platforms and desktop as well, so I thought the "external camera sample" could work under windows using the webcam, but not.
thanks
commented
Dec 7, 2020
by
kenn
(
18,790
points)
Oh, sorry for the inconvenience. We did not write sample code for all platforms in this sample, it was mostly designed for users who are trying to access mobile camera APIs which we did not integrate.
But we can assure the APIs will work on all platforms, and we have done similar things.
Please
log in
or
register
to add a comment.
Welcome to EasyAR SDK Q&A, where you can ask questions and receive answers from other members of the community.
...