This VI stores the current settings of the camera in a specified memory channel of the camera's non-volatile memory.



................................................................................................................................................................................................


Controls and Indicators



          hCamera IN is the camera handle. This value is returned by Initialize.vi and is passed between Pixelink VIs as a reference.


            uChannel IN is memory channel number to save the settings to.


            hCamera OUT has the same value as hCamera IN.


Details


The read-only memory channel  0, the factory default channel, cannot be set using the SaveSettings VI. User-definable memory channels start at 1.  The maximum number of memory channels can be determined by calling GetCameraFeatures.vi with uFeatureID IN set to FEATURE_MEMORY_CHANNEL.


The SaveSettings VI overwrites any settings already stored in the specific memory channel.


All camera features settings are saved except for FEATURE_LOOKUP_TABLE. If using multiple descriptors, only the contents of the current descriptor are saved.  Settings pertaining to multiple descriptors (such as the number of descriptors and their order) are not saved.


The camera settings can be restored from memory with the LoadSettings VI.


See also LoadSettings.


Note: See Error Handling for error input and output information and error codes.