MYNT EYE SDK  2.0.0-rc
http://www.myntai.com/camera
Utiliities

函数

MYNTEYE_API std::shared_ptr< Devicemynteye::device::select ()
 Detecting MYNT EYE devices and prompt user to select one. 更多...
 
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. 更多...
 

详细描述

函数说明

◆ get_real_exposure_time()

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_ratethe frame rate of the device.
exposure_timethe virtual exposure time.
返回
the real exposure time in ms, or the virtual value if frame rate is invalid.

◆ select()

MYNTEYE_API std::shared_ptr<Device> mynteye::device::select ( )

Detecting MYNT EYE devices and prompt user to select one.

返回
the selected device, or nullptr if none.