Spinnaker SDK C++
4.2.0.46
 
 

 
Loading...
Searching...
No Matches
StereoAcquisition_QuickSpin.h File Reference

Classes

struct  StereoAcquisitionParams
 

Functions

bool ProcessArgs (int argc, char *argv[], StereoAcquisitionParams &params)
 ProcessArgs.
 
void DisplayHelp (const std::string &pszProgramName, const StereoAcquisitionParams &params)
 

Function Documentation

◆ DisplayHelp()

void DisplayHelp ( const std::string &  pszProgramName,
const StereoAcquisitionParams params 
)

◆ ProcessArgs()

bool ProcessArgs ( int  argc,
char *  argv[],
StereoAcquisitionParams params 
)

ProcessArgs.

ProcessArgs takes command line arguments and modifies the given StereoAcquisitionParams object accordingly.

Parameters
[in]argcThe number of arguments passed to the program.
[in]argvThe command line arguments passed to the program.
[in,out]paramsA StereoAcquisitionParams object to be modified by the function.
Returns
true if the arguments are valid, false otherwise.

ProcessArgs takes command line arguments and modifies the given StereoAcquisitionParams object accordingly.

Parameters
[in]argcThe number of arguments passed to the program.
[in]argvThe command line arguments passed to the program.
[in,out]paramsA StereoAcquisitionParams object to be modified by the function.
Returns
true if the arguments are valid, false otherwise.