Skip to content

How to retrieve higher resolution data for RGB (currently 640x480) and Depth Map (currently 416x224)? #9

Description

@oka-vr

I am using the Slamtec Aurora S and trying to retrieve high-resolution images and depth maps.
However, I am stuck with the following resolutions:
  RGB Image: 640 x 480
  Depth Map: 416 x 224

I would like to know the proper way to obtain higher resolution data (e.g., 1280 x 800 for RGB) for both streams.

What I have tried for RGB images:
  I am using the C++ SDK and have implemented the following settings to get raw images:
  Called setRawDataSubscription(true) via RemoteController.
  Called setLowRateMode(false) to ensure full data throughput.
  Implemented the onRawCamImageData callback in my RemoteSDKListener.

  Even with these settings, the slamtec_aurora_sdk_image_desc_t received in the onRawCamImageData callback still shows a resolution of 640 x 480.

Questions:
  Is there a way to retrieve higher resolution image (RGB, Depthmap)?

Environment:
  Device: Slamtec Aurora S
  SDK: Aurora Remote SDK (included in aurora_ros)
  Connection: Ethernet]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions