Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
|
Functions | |
void | claim_motion_module_interface (uvc::device &device) |
uint8_t | get_fisheye_strobe (const uvc::device &device) |
void | set_fisheye_strobe (uvc::device &device, uint8_t strobe) |
uint8_t | get_fisheye_external_trigger (const uvc::device &device) |
void | set_fisheye_external_trigger (uvc::device &device, uint8_t ext_trig) |
uint16_t | get_fisheye_exposure (const uvc::device &device) |
void | set_fisheye_exposure (uvc::device &device, uint16_t exposure) |
Variables | |
const uvc::extension_unit | fisheye_xu = { 3, 3, 2,{ 0xf6c3c3d1, 0x5cde, 0x4477,{ 0xad, 0xf0, 0x41, 0x33, 0xf5, 0x8d, 0xa6, 0xf4 } } } |
void rsimpl::zr300::claim_motion_module_interface | ( | uvc::device & | device | ) |
uint16_t rsimpl::zr300::get_fisheye_exposure | ( | const uvc::device & | device | ) |
uint8_t rsimpl::zr300::get_fisheye_external_trigger | ( | const uvc::device & | device | ) |
uint8_t rsimpl::zr300::get_fisheye_strobe | ( | const uvc::device & | device | ) |
void rsimpl::zr300::set_fisheye_exposure | ( | uvc::device & | device, |
uint16_t | exposure | ||
) |
void rsimpl::zr300::set_fisheye_external_trigger | ( | uvc::device & | device, |
uint8_t | ext_trig | ||
) |
void rsimpl::zr300::set_fisheye_strobe | ( | uvc::device & | device, |
uint8_t | strobe | ||
) |
const uvc::extension_unit rsimpl::zr300::fisheye_xu = { 3, 3, 2,{ 0xf6c3c3d1, 0x5cde, 0x4477,{ 0xad, 0xf0, 0x41, 0x33, 0xf5, 0x8d, 0xa6, 0xf4 } } } |