Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 420 Bytes

File metadata and controls

15 lines (10 loc) · 420 Bytes

enum FrameRate

Overview / Purpose

Enumeration FrameRate

Enumerator Value Description
FRAMERATE_UNSPECIFIED 0 Unspecified frame rate
FRAMERATE_6_FPS 1 6 frames per second (supported on depth sensor only)
FRAMERATE_15_FPS 2 15 frames per second
FRAMERATE_30_FPS 3 30 frame per second

Parent topic: VisionConfig (C++)