This structure holds the set of valid options for parameters. More...
#include <vidl_iidc1394_params.h>
Classes | |
struct | camera |
A valid camera and its options. More... | |
struct | valid_mode |
A valid mode and its valid frame rates. More... | |
Public Attributes | |
vcl_vector< camera > | cameras |
A vector of the valid cameras. |
This structure holds the set of valid options for parameters.
The istream class should be able to produce this object by probing cameras on the 1394 bus
Definition at line 246 of file vidl_iidc1394_params.h.
vcl_vector<camera> vidl_iidc1394_params::valid_options::cameras |
A vector of the valid cameras.
one object for each camera detected on the bus
Definition at line 271 of file vidl_iidc1394_params.h.