MYNT EYE SDK  v1.8
https://www.slightech.com/camera
mynteye::CameraInformation Struct Reference

Camera information. More...

Public Member Functions

ErrorCode Load (const std::string &filepath)
 Loads the camera information from a file. More...
 
ErrorCode Save (const std::string &filepath)
 Saves the camera information into a file. More...
 

Public Attributes

std::string serial
 The serial number.
 
std::string version
 The firmware version.
 
std::string product
 The product name.
 
std::string manufacturer
 The manufacturer name.
 
uint16_t product_id
 The product id.
 
uint16_t vendor_id
 The vendor id.
 

Detailed Description

Camera information.

Member Function Documentation

◆ Load()

ErrorCode mynteye::CameraInformation::Load ( const std::string &  filepath)

Loads the camera information from a file.

Parameters
filepaththe file path from which the information will be loaded.
Returns
SUCCESS if ok, otherwise error.

◆ Save()

ErrorCode mynteye::CameraInformation::Save ( const std::string &  filepath)

Saves the camera information into a file.

Parameters
filepaththe file path in which the information will be stored.
Returns
SUCCESS if ok, otherwise error.