Group NodeMapFactory_h¶
Classes¶
| Type | Name |
|---|---|
| class | Spinnaker::GenApi::CNodeMapFactory The node map factory is used for creating node maps from camera description files. See the following for some examples. __ |
Public Types¶
| Type | Name |
|---|---|
| enum | 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. |
| enum | EContentType_t Lists the processable file types. |
Public Types Documentation¶
enum 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.
enum ECacheUsage_t {
CacheUsage_Automatic,
CacheUsage_ForceWrite,
CacheUsage_ForceRead,
CacheUsage_Ignore
};
enum EContentType_t¶
Lists the processable file types.