Open tryBetter opened 8 years ago
It is not directly supported. However, there have been previous successful attempts.
One on issue tracker - https://github.com/3dtof/voxelsdk/issues/45
If you want to built for native Android:
This is unofficial and you may need to put some effort to get things in place.
On 28 April 2016 at 07:34, wu.liu notifications@github.com wrote:
I'm trying to use 3dtof for my android TV application. What should I do? Thanks for your anwser.
— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/3dtof/voxelsdk/issues/73
~ Prasad Bhat
Thanks for replying soon,I will try it.
help ! I got a problem .
if(!depthCamera->isInitialized())
{std::cerr << "Depth camera not initialized for device " << toConnect->id() << std::endl;
return env->NewStringUTF("Depth camera not initialized for device ");
}
I can not initialize Depth camera. Please give me some help., thank you.
My App was run on Android L.
@tryBetter , I was having this error too, in my case it was the previleges to access the usb port, I solve it by modifying boot.img and giving root access to all users on USB port, then I flashed this new image and everything works like a charm. To edit boot.img I've used a tool called bootimg.exe, there are tutorials for doing this on internet. Almost forgot, it was needed to change libusb to a specific version and also in android L I need to set the Permissive mode using the setenforce command.
@AlexanderSilvaB , Thank you ! It workes for me . Change my usb dev permission to '0666' and setenforce .
@tryBetter Hi,I'm trying to use voxelsdk on android platform, but don't kow how to get started. Could you give me some instructions or compiled voxelsdk for android? Thank you very much!
@tryBetter Hi, Hi,I'm trying to use voxelsdk on android platform, but don't kow how to get started. Could you give me some instructions or compiled voxelsdk for android? Thank you very much!
I'm trying to use 3dtof for my android TV application. What should I do? Thanks for your anwser.