Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 611 Bytes

File metadata and controls

16 lines (11 loc) · 611 Bytes

enum BitRate

Overview / Purpose

Enumeration BitRate

Enumerator Value Description
BITRATE_UNSPECIFIED 0 Unspecified bit rate (supported on depth sensor only)
BITRATE_10_MBPS 1 10 Mbps maximum bit rate (supported on color sensor only)
BITRATE_15_MBPS 2 15 Mbps maximum bit rate (supported on color sensor only)
BITRATE_20_MBPS 3 20 Mbps maximum bit rate (supported on color sensor only)
BITRATE_25_MBPS 4 25 Mbps maximum bit rate (supported on color sensor only)

Parent topic: VisionConfig (C++)