Chapter 4 — Using the Imager
CS40 Mobile Computer User’s Manual 41
This XML example demonstrates how to use the fields as defined in
the previous section.
<?xml version="1.0" encoding="utf-8" ?>
<ImageCapture xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Settings allowChanges ="true" allowGallery="true">
<Conditioning allowChanges="true">
<edgeEnhancement allowChanges="true">None</edgeEnhancement>
<lightingCorrection allowChanges="true">Enabled</lightingCorrection>
<noiseReduction allowChanges="true">0</noiseReduction>
<imageRotation allowChanges="true">90</imageRotation>
<subsampling allowChanges="true">None</subsampling>
</Conditioning>
<Storage allowChanges="true">
<imageLocation allowChanges="false">\My Documents\ImageCapture
</imageLocation>
<fileName allowChanges="false">
Image_$(num)</fileName>
</Storage>
</Settings>
</ImageCapture>