NxLib |
camera_cache.json : A local cache file for EEPROM contents of hardware cameras. This speeds up camera listing because opening all attached cameras and reading their EEPROM or flash memory to read-out their model names, calibration state and similar data can take a long time.
file_cameras.json : A list of locally available file cameras with their folder paths corresponding serial number.
virtual_cameras.json : A list of locally available virtual cameras containing their optical and geometrical properties and serial numbers.
|
NxView |
settings.json : Saved global (camera independent) settings saven when last closing NxView. The same file also contains general NxView settings.
camera_settings_<serial>.json : The last parameters of camera <serial> saved when closing the camera in NxView last time. This file will also be applied to the camera after opening in NxView by default.
|
NxTreeEdit |
settings.json : General settings for NxTreeEdit.
|
cameras |
eeprom_<serial>.json : A fallback location to save EEPROM content when a camera doesn’t support saving any data on the hardware. These files are currently used to store EEPROM content for file cameras, virtual cameras, and GigE Vision cameras that do not support EEPROM or flash storage.
|
genicam |
genicam_cache_<serial>_<model>_<firmwareVersion>.xml/zip : Compressed or uncompressed GenICam XML specification of a specific camera and firmware. This is used to speed up the process of opening a GenICam/GigE Vision based cameras
|
presets |
*.json : Parameter preset files. See the GetPresets command for a detailed description of the preset schema.
|
schema |
*.json : Our provided JSON schema files. You can reference e.g. our preset schema in your own presets and let your IDE auto-complete and validate the preset while editing it. The schema files also provide documentation for each of the data fields they validate.
|