[aravis] fake_camera: make the genicam file pass pylon validation.



commit e3ba6ee9acba0513d77455453359e6b0bfaccc9a
Author: Emmanuel Pacaud <emmanuel gnome org>
Date:   Thu May 12 20:28:16 2011 +0200

    fake_camera: make the genicam file pass pylon validation.
    
    Pylon is the Basler SDK.

 src/arv-fake-camera.xml |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/src/arv-fake-camera.xml b/src/arv-fake-camera.xml
index 2a85e87..864d565 100644
--- a/src/arv-fake-camera.xml
+++ b/src/arv-fake-camera.xml
@@ -80,10 +80,10 @@
 	<Category Name="ImageFormatControl" NameSpace="Standard">
 		<pFeature>SensorHeight</pFeature>
 		<pFeature>SensorWidth</pFeature>
+		<pFeature>OffsetX</pFeature>
+		<pFeature>OffsetY</pFeature>
 		<pFeature>Width</pFeature>
 		<pFeature>Height</pFeature>
-		<pFeature>WidthMax</pFeature>
-		<pFeature>HeightMax</pFeature>
 		<pFeature>BinningHorizontal</pFeature>
 		<pFeature>BinningVertical</pFeature>
 		<pFeature>PixelFormat</pFeature>
@@ -237,6 +237,7 @@
 	<!-- Acquisition control -->
 
 	<Category Name="AcquisitionControl" NameSpace="Custom">
+		<pFeature>AcquisitionMode</pFeature>
 		<pFeature>AcquisitionStart</pFeature>
 		<pFeature>AcquisitionStop</pFeature>
 		<pFeature>ExposureTimeAbs</pFeature>
@@ -453,8 +454,7 @@
 		<Formula>WIDTH * HEIGHT</Formula>
 	</IntSwissKnife>
 
-	<Port Name="Device" NameSpace="Standard">
-	</Port>
+	<!-- Debug -->
 
 	<Category Name="Debug" NameSpace="Standard">
 		<pFeature>TestRegister</pFeature>
@@ -469,5 +469,10 @@
 		<Endianess>LittleEndian</Endianess>
 	</IntReg>
 
+	<!-- Port -->
+
+	<Port Name="Device" NameSpace="Standard">
+	</Port>
+
 </RegisterDescription>
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]