forked from realsenseai/librealsense
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathformat.m
More file actions
25 lines (25 loc) · 660 Bytes
/
format.m
File metadata and controls
25 lines (25 loc) · 660 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
classdef format < int64
enumeration
any_format ( 0)
z16 ( 1)
disparity16 ( 2)
xyz32f ( 3)
yuyv ( 4)
rgb8 ( 5)
bgr8 ( 6)
rgba8 ( 7)
bgra8 ( 8)
y8 ( 9)
y16 (10)
raw10 (11)
raw16 (12)
raw8 (13)
uyvy (14)
motion_raw (15)
motion_xyz32f (16)
gpio_raw (17)
six_dof (18)
disparity32 (19)
count (20)
end
end