slightech/MYNT-EYE-S-SDK

D1000-50 device not detected

Closed this issue · 1 comments

I have a Mynt Eye D1000-50. When I run the sample code on a Jetson Xavier AGX (Ubuntu 18.04), I get the following

./samples/_output/bin/get_device_info 
I/utils.cc:35 Detecting MYNT EYE devices
E/utils.cc:41 No MYNT EYE devices :(

The camera does show up when I run lsusb, and it shows that I am indeed connected over USB 3. When I run Cheese, I do get a video feed.

$ lsusb -t
    |__ Port 3: Dev 8, If 0, Class=Hub, Driver=hub/3p, 5000M
        |__ Port 3: Dev 9, If 0, Class=Video, Driver=uvcvideo, 5000M
        |__ Port 3: Dev 9, If 1, Class=Video, Driver=uvcvideo, 5000M
        |__ Port 3: Dev 9, If 2, Class=Video, Driver=uvcvideo, 5000M

I have also tried connecting the D1000-50 to a different computer with an intel processor. This computer was able to detect a Mynt Eye S1020 just fine in the past. However, I get the exact same errors shown above when using the D1000-50.

Any thoughts on what might be the issue?

I resolved the issue. The Mynt eye website (https://www.mynteye.com/pages/documentation) linked only to MYNT-EYE-S-SDK, so I thought there is only one SDK for all mynt eye cameras. It turns out there is a separate MYNT-EYE-D-SDK for the D-series cameras. I hope the web page can be updated to clearly indicate that there are different SDKs for different cameras.