[aravis] fake: fix Payload computation in genicam file.



commit f09c19c251eff7e8648ba9cfb2db3faac2b39ae6
Author: Emmanuel Pacaud <emmanuel gnome org>
Date:   Wed May 19 04:37:55 2010 -0400

    fake: fix Payload computation in genicam file.

 src/arv-fake-camera.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/arv-fake-camera.xml b/src/arv-fake-camera.xml
index ff4b461..8c65ac2 100644
--- a/src/arv-fake-camera.xml
+++ b/src/arv-fake-camera.xml
@@ -445,7 +445,7 @@
 
 	<IntSwissKnife Name="PayloadSize" NameSpace="Standard">
 		<pVariable Name="WIDTH">Width</pVariable>
-		<pVariable Name="HEIGHT">Width</pVariable>
+		<pVariable Name="HEIGHT">Height</pVariable>
 		<Formula>WIDTH * HEIGHT</Formula>
 	</IntSwissKnife>
 



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