Login
Login
Register
EasyAR Q&A
Questions
Unanswered
Tags
Ask a Question
Ask a Question
is it possible to get camera transform with recorded video
0
votes
asked
Jan 14, 2020
by
handssoft
(
120
points)
hello
I'm trying to Use EasyAR's functions to get camera transforms.
Which is not using android or ios phones, but with recorded video.
i checked that windows sample source and there's initialize function that checking available devices.
i want to avoid using devices and just detect the camera's transform with recorded video.
easyar
camera
Please
log in
or
register
to answer this question.
2 Answers
0
votes
answered
Jan 16, 2020
by
zhangpengar
(
3,060
points)
You can refer to Android/iOS custom camera sample to implement the said functionality. The code structure can also be used on Windows. You'll need to implement your video decoder, fill InputFrames, and send these frames to a tracker.
Please
log in
or
register
to add a comment.
0
votes
answered
Jan 16, 2020
by
kenn
(
18,790
points)
Try custom camera, the sample is not straight forward for your needs but all you need to do is understand how the interface is used and use video output (decode by yourself) to feed the sink.
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.
...