-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't connect to the camera #713
Comments
Hello, if you used the sd card image from the OF_Evaluation_Ubuntu_ADTF3175D-Rel4.3.0 folder you need to use the 4.3 version on your pc. Also you need to provide the ip to the python script. It should be 10.42.0.1 by default if you use network over usb. Can you try with the other config file? Regards, |
Hi, thanks for the response, indeed the firmware version is TOF_Evaluation_ADTF3175-Rel2.1.1. The camera is connected with the USB cable (type C to type C). |
Hello, Can you try with the latest version? you can download it from here: |
Hi, we need to use this version because we are using the raw images (part of our study is to develop a different method of combining raw data into 3d images) and as far as I know it's not possible to receive them using the newest firmware.
|
Hi
I'm trying to use different releases but my error is the same (tried 5.0, 4.3 3.2 and 2.1).
Both running first_frame.py from v3.2 and v2.1 and ADIToFGui from v3.2 I'm getting error:
with first_frame.py from v4.3 I'm getting:
I'm using ubuntu 22.04 with kernel version 6.5, python3.10
I've build the SDK 4.3 using the sh file and created a folder called libs with libtofi_compute.so and libtofi_config.so copied from "~/Analog\ Devices/TOF_Evaluation_Ubuntu_ADTF3175D-Rel4.3.0/bin_22.04/"
I followed the building steps to create aditofpython.cpython-310-x86_64-linux-gnu.so file and copied it to the site-packages.
The text was updated successfully, but these errors were encountered: