arpg / vicalib

Visual-Inertial Calibration Tool
222 stars 56 forks source link

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

Open inders opened 5 years ago

inders commented 5 years ago

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?

inders commented 5 years ago

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

mkaspr commented 5 years ago

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.

inders commented 5 years ago

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.

crheckman commented 5 years ago

There’s no algorithmic limit. On Mon, Nov 12, 2018 at 9:21 PM Inder Singh notifications@github.com wrote:

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

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/arpg/vicalib/issues/43#issuecomment-438130681, or mute the thread https://github.com/notifications/unsubscribe-auth/AIl6BRjduWR-MXeDDzPxLCyAwfpH8vPyks5uukiwgaJpZM4YZU7H .

inders commented 5 years ago

Thanks @crheckman

RitwikSaikia commented 5 years ago

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