Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 643 Bytes

File metadata and controls

25 lines (16 loc) · 643 Bytes

⚠️ This file was converted from the EDGELIB 4.02 documentation from 2012 and is included for historic purposes. The documentation is not maintained anymore: information is outdated and external links might be broken.

GetModeInformation

void GetModeInformation(int mode, E_CAMERAMODE & info);

Parameters

mode (in)

the number of the current configuration

info (in)

a structure that is to be filled with camera information

Return value

none

Description

Returns a mode description corresponding to the mode index.

Version changes

  • EDGELIB 4.00: Added this function