HKUST-Aerial-Robotics / ESVO

This repository maintains the implementation of "Event-based Stereo Visual Odometry".
433 stars 92 forks source link

How can I use two CeleX-5 sensors to record my dataset? #13

Closed aobi12138 closed 3 years ago

aobi12138 commented 3 years ago

I have two CeleX-5 sensors. When I connect them with my computer, I find I am not able to distinguish them because they have the same VID and PID. They are different with the traditional cameras which are controlled by "VedioCapture capture(0);" and "VedioCapture capture(1);" . I have no idea about how to record stereo datasets for the two CeleX-5 sensors. Can you give me some advice? The following picture shows how to make a monocular sensor work. Thank you! image

gogojjh commented 3 years ago

A possible solution is that each camera has its unique ID. Could you try to set them as specific ports and then explicitly indicate them in the code?

Ethan-Zhou commented 3 years ago

Hi @aobi12138, I do not have CeleX devices. Please contact their technicians for advices on device synchronization. If you've already know the solution, please share it here with whom need it. Then we can close this issue. Thx!