Skip to content

Implement multi-camera marker detection #898

@matlabbe

Description

@matlabbe

Currently marker detection is not supported for multi-cameras (either RGB-D or stereo):

rtabmap/corelib/src/Memory.cpp

Lines 5315 to 5320 in a14b39b

if(data.cameraModels().size() > 1)
{
static bool warned = false;
if(!warned)
{
UWARN("Detecting markers in multi-camera setup is not yet implemented, aborting marker detection. This message is only printed once.");

rtabmap/corelib/src/Memory.cpp

Lines 5331 to 5336 in a14b39b

if(data.stereoCameraModels().size() > 1)
{
static bool warned = false;
if(!warned)
{
UWARN("Detecting markers in multi-camera setup is not yet implemented, aborting marker detection. This message is only printed once.");

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions