Definition Type: Element
Name: xsize
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: BFML-CXP.xsd
MinOccurs 1
MaxOccurs (1)
Abstract
Documentation:
The width of the image in pixels. This should be the maximum possible output width, i.e. the width of the sensor (not an ROI). Set to "Default" to get the XSize from the camera.
Collapse XSD Schema Diagram:
XSD Diagram of xsize
Collapse XSD Schema Code:
<xs:element name="xsize" type="xs:string" minOccurs="1">
    <xs:annotation>
        <xs:documentation>The width of the image in pixels. This should be the maximum possible output width, i.e. the width of the sensor (not an ROI). Set to "Default" to get the XSize from the camera.</xs:documentation>
    </xs:annotation>
</xs:element>