I have a drone. I am able to streaming camera live video from drone to phone. I want to use wikitude on this camera view. How can I do that ? How can I change wikitude's camera source ? How can I set wikitude's camera source to my virtual camera ?
Thanks.
M
Markus Eder
said
over 7 years ago
Hello!
Using the Wikitude Native SDK + our Plugins API you can define a custom input source for the SDK.
However please keep in mind that the Native SDK mainly wraps the Computer Vision engine of our SDK and does not include the Geo-AR part of the SDK
Hope that helps,
Markus
S
Süleyman Atakul
said
over 7 years ago
Hi,
I need the Geo-AR part of the SDK. Is there another way to do this ?
S
Süleyman Atakul
said
about 7 years ago
I'm still waiting for your answer.
P
Philipp Nagele
said
about 7 years ago
Hi,
the way to go are the previously mentioned Input Plugins, that allow to use your own camera stream (check-out an extensive sample on Input Plugins). Combine this with the JavaScript API (instead of Native API) and you can include location based AR. However bear in mind, that you the sensor values will still be from your mobile phone (and not your drone). There is currently no way to use other sensor values.
Süleyman Atakul