Spinnaker SDK C++
4.2.0.21
 
 

 
Loading...
Searching...
No Matches
NodeMapFactory Class

Classes

class  CNodeMapFactory
 The node map factory is used for creating node maps from camera description files. See the following for some examples.
More...
 

Enumerations

enum  ECacheUsage_t { CacheUsage_Automatic , CacheUsage_ForceWrite , CacheUsage_ForceRead , CacheUsage_Ignore }
 Lists the cache usage strategies. More...
 
enum  EContentType_t { ContentType_Xml , ContentType_ZippedXml }
 Lists the processable file types. More...
 

Detailed Description

Enumeration Type Documentation

◆ ECacheUsage_t

Lists the cache usage strategies.

The cache stores preprocessed camera description xml files providing faster access or smaller footprint. note The environment variable GENICAM_CACHE_VERSION, e.g. GENICAM_CACHE_V3_0, must contain the path to cache directory for using the cache.

Enumerator
CacheUsage_Automatic 

The use of cache files is determined automatically.

CacheUsage_ForceWrite 

Forces the loading and preprocessing of the camera description xml file.

If a cache directory is available the result of preprocessing is written to the cache.

CacheUsage_ForceRead 

Suppresses loading and preprocessing of the camera description xml file and.

forces reading a cache file from cache directory. Fails if no matching cache file is available.

CacheUsage_Ignore 

Forces the loading and preprocessing of the camera description xml file.

No cache file is written.

◆ EContentType_t

Lists the processable file types.

Enumerator
ContentType_Xml 

XML camera description file text.

ContentType_ZippedXml 

Zipped XML camera description file text.