Problems installing DUO 3d camera SDK on Jetson TX2

Hey all,

Has anyone else here successfully installed the SDK for the DUO 3D camera on the Jetson TX2? They provide an installation script specifically for the TX2, but following their instructions has led me to encounter the following errors:

when I try “./duodriver.run” in the terminal I get this output:

*************** Terminal output starts here ***************

Creating directory duodriver
Verifying archive integrity… All good.
Uncompressing DUO Driver 100% Extraction failed.
Terminated

*************** Terminal output ends here *****************

When I run the same commmand with sudo (i.e. run “sudo ./duodriver.run”) I get this output:

*************** Terminal output starts here ***************

Creating directory duodriver
Verifying archive integrity… All good.
Uncompressing Duo Driver 100%
./duodriver.run: 1: eval: ./run.sh: Permission denied

*************** Terminal output ends here *****************

Anyone know how to interpret/fix these problems?

Hi neilqy60u,

We haven’t done any test with DUO camera yet, thus don’t know why it can’t work.
Have you contacted with DUO support or filed the issue to their community?

Thanks

Hello neilqy60u,
Did you manage to finish the installation ?

I have the same problem here with the permission on run.sh.

I then tried to run “sh run.sh”, the script is executed but I have this output :

*************** Terminal output starts here ***************

Building DUO-512 kernel module…
scripts/basic/fixdep: 1: scripts/basic/fixdep: Syntax error: “(” unexpected
make[2]: *** [/dev/shm/duo/duo.o] Error 2
make[1]: *** [module/dev/shm/duo] Error 2
make: *** [all] Error 2
mv: cannot stat ‘duo.ko’: No such file or directory
Building DUO-1024 kernel module…
scripts/basic/fixdep: 1: scripts/basic/fixdep: Syntax error: “(” unexpected
make[2]: *** [/dev/shm/duo/duo.o] Error 2
make[1]: *** [module/dev/shm/duo] Error 2
make: *** [all] Error 2
mv: cannot stat ‘duo.ko’: No such file or directory
mv: cannot stat ‘/dev/shm/duo/duo-512.ko’: No such file or directory
mv: cannot stat ‘/dev/shm/duo/duo-1024.ko’: No such file or directory
Patching the kernel for 1024 USB packet support
Kernel alread patched
Please restart your TX1/2 device

*************** Terminal output ends here *****************

And so my duodriver folder is empty.

If someone can help me
Thanks !