You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
classdef stream < int64
|
|
enumeration
|
|
any_stream ( 0)
|
|
depth ( 1)
|
|
color ( 2)
|
|
infrared ( 3)
|
|
fisheye ( 4)
|
|
gyro ( 5)
|
|
accel ( 6)
|
|
gpio ( 7)
|
|
pose ( 8)
|
|
confidence ( 9)
|
|
count (10)
|
|
end
|
|
end |