Functions | |
| MYNTEYE_API std::shared_ptr< Device > | mynteye::device::select () |
| Detecting MYNT EYE devices and prompt user to select one. More... | |
| MYNTEYE_API float | mynteye::utils::get_real_exposure_time (std::int32_t frame_rate, std::uint16_t exposure_time) |
| Get real exposure time in ms from virtual value, according to its frame rate. More... | |
| MYNTEYE_API float mynteye::utils::get_real_exposure_time | ( | std::int32_t | frame_rate, |
| std::uint16_t | exposure_time | ||
| ) |
Get real exposure time in ms from virtual value, according to its frame rate.
| frame_rate | the frame rate of the device. |
| exposure_time | the virtual exposure time. |
| MYNTEYE_API std::shared_ptr<Device> mynteye::device::select | ( | ) |
Detecting MYNT EYE devices and prompt user to select one.
nullptr if none.