Skip to content

How to configure Aurora S camera frame rate to 30fps? #8

Description

@oka-vr

I would like to change the camera capture frame rate of the Aurora S to 30fps.
According to the official product specification,
it is stated that the frame rate is customizable:
` "Camera Frame Rate: Typical 15Hz, customizable 10/30Hz"

However, I have encountered the following issues when trying to apply this setting via the Aurora Remote SDK:

  1. Persistent Config does not show FPS-related keys
    When I run the persistent_config.py example with the enum command to list available persistent entries,
    it only returns the following two items:
        vslam.transform_manager.persistent
        vslam.vision_system.mask.persistent
There are no keys related to camera_fps or fps_mode.
  1. getSystemConfig fails for "vslam" filter
    I attempted to retrieve the runtime configuration using the C++ SDK's controller.getSystemConfig("vslam") method.
    This resulted in the following error:
        Error: system_config dump: getSystemConfig failed for filter "vslam" (err=-1)
        Note: err=-1 corresponds to SLAMTEC_AURORA_SDK_ERRORCODE_OP_FAILED.

Questions:
What is the correct filter_type and key to use with setSystemConfig or persistentConfig to change the frame rate to 30fps?
Is there a specific JSON schema required for this operation?
Does this feature require a specific firmware version or SDK version?

Environment:
SDK Version: 2.1.1-rtm
Device Name: Aurora S
Device Model: A2M2
Firmware Version: 2.1.1-rtm
Hardware Version: 2.2.0

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