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.
15 lines
551 B
15 lines
551 B
2 months ago
|
classdef camera_info < int64
|
||
|
enumeration
|
||
|
name ( 0)
|
||
|
serial_number ( 1)
|
||
|
firmware_version ( 2)
|
||
|
recommended_firmware_version ( 3)
|
||
|
physical_port ( 4)
|
||
|
debug_op_code ( 5)
|
||
|
advanced_mode ( 6)
|
||
|
product_id ( 7)
|
||
|
camera_locked ( 8)
|
||
|
usb_type_descriptor ( 9)
|
||
|
count (10)
|
||
|
end
|
||
|
end
|