arpg / vicalib

Visual-Inertial Calibration Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can Vicalib be used to calibrate pose of 2 real sense cameras w.r.t each other?

inders opened this issue · comments

Can Vicalib be used to calibrate pose of 2 real sense cameras w.r.t each other or can it be used only for one camera?

Somehow it's only detecting only one intel d415 camera when both are connected to USB 3.0

If you're using the "realsense2" HAL driver to capture the camera stream, I can confirm it does not currently support capturing two devices simultaneously. I'll look into implementing that, but if this is more time sensitive, I would recommend capturing images from the Intel's realsense applications, writing them to disk, then feeding them into vicalib via HAL's "file" driver.

Thanks@mkaspr. I will try this out and update you. I also have a follow up query as to if is there an algorithmic limit to how many camera poses can be computer relative to reach other assuming a daisy chain of 5-6 with consecutive overlapping pairs.

RealSense2 Multi Camera support is now implemented in arpg/HAL#151
Tested on D400 cameras.