-
Notifications
You must be signed in to change notification settings - Fork 156
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
DVS 346 stereo recording parallel both at the same timestamp #134
Comments
Hello. Probably you have to change the serial numbers of the devices you want to open, saying which one is the left DAVIS and which one is the right DAVIS. |
Thank you, I changed the serial names according to what's written on the cameras, but still the same problem remains the same.
file: stereo.launch
Terminal: Also, |
The SN is 8-digit. I think you need to pad with zeros or with 0246. Sorry, I cannot check now. Try this, if not, I will check later on the computer that I have this information. -> 02460332 or 00000332 |
@guillermogb Thanks a lot! We have to pad with zeros. One more query, When I run the follwing command: I see blank window, but for single camera calib, It is working fine. when I launch stereo, I see this process[davis_left/davis_ros_driver-1]: started with pid [27738] [ WARN] [1645018365.964225130]: Requested serial number: 00000332 [ INFO] [1645018367.069548882]: using default calibration URL Is it because of discrepancy in timestamp of two cameras after decimal point? |
@Darshanbhandarics I have not used the ros camera calibrator lately on the stereo DAVIS frames. It could be that the difference of timestamps of the frames prevents the method from continuing, as you suggest. |
I have connected two dvs 346 to two different usb port on my laptop running on ubuntu 18.04.
when I run the command "roslaunch dvs_renderer stereo_davis.launch"
I am getting the following error:
roslaunch dvs_renderer stereo_davis.launch
... logging to /home/lenovo/.ros/log/ef044dcc-8eed-11ec-afee-4c796e50746d/roslaunch-lenovo-4614.log
Checking log directory for disk usage. This may take a while.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.
started roslaunch server http://lenovo:42741/
SUMMARY
PARAMETERS
NODES
/
dvs_renderer_left (dvs_renderer/dvs_renderer)
dvs_renderer_right (dvs_renderer/dvs_renderer)
image_view_left (rqt_image_view/rqt_image_view)
image_view_right (rqt_image_view/rqt_image_view)
/davis_left/
davis_ros_driver (davis_ros_driver/davis_ros_driver)
/davis_right/
davis_ros_driver (davis_ros_driver/davis_ros_driver)
ROS_MASTER_URI=http://localhost:11311
process[davis_left/davis_ros_driver-1]: started with pid [4629]
process[davis_right/davis_ros_driver-2]: started with pid [4630]
process[dvs_renderer_left-3]: started with pid [4631]
process[dvs_renderer_right-4]: started with pid [4637]
process[image_view_left-5]: started with pid [4643]
process[image_view_right-6]: started with pid [4644]
[ WARN] [1644991575.132792035]: Requested serial number: 02460074
2022-02-16 11:36:15 (TZ+0530): CRITICAL: DAVIS ID-1: Failed to open device, no matching device could be found or opened.
[ WARN] [1644991575.181016319]: Could not find DAVIS. Will retry every second.
What might be the problem here and is it possible to record two dvs 346 at the same timestamps?
The text was updated successfully, but these errors were encountered: