[Jderobot-admin] jderobot-r1033 - in trunk/src/stable/components: cameraserver cameraview

rocapal en jderobot.org rocapal en jderobot.org
Jue Oct 10 16:23:22 CEST 2013


Author: rocapal
Date: 2013-10-10 16:22:22 +0200 (Thu, 10 Oct 2013)
New Revision: 1033

Modified:
   trunk/src/stable/components/cameraserver/cameraserver.cfg
   trunk/src/stable/components/cameraview/cameraview.cfg
Log:
the cfg files have the same config to works fine


Modified: trunk/src/stable/components/cameraserver/cameraserver.cfg
===================================================================
--- trunk/src/stable/components/cameraserver/cameraserver.cfg	2013-10-10 14:10:37 UTC (rev 1032)
+++ trunk/src/stable/components/cameraserver/cameraserver.cfg	2013-10-10 14:22:22 UTC (rev 1033)
@@ -4,9 +4,12 @@
 CameraSrv.Camera.0.Name=cameraA
 #0 corresponds to /dev/video0, 1 to /dev/video1, and so on...
 CameraSrv.Camera.0.Uri=0
-CameraSrv.Camera.0.FramerateN=15
+CameraSrv.Camera.0.FramerateN=30
 CameraSrv.Camera.0.FramerateD=1
 CameraSrv.Camera.0.Format=RGB8
-CameraSrv.Camera.0.ImageWidth=360
+CameraSrv.Camera.0.ImageWidth=320
 CameraSrv.Camera.0.ImageHeight=240
 
+# If you want a mirror image, set to 1
+CameraSrv.Camera.0.Mirror=1
+

Modified: trunk/src/stable/components/cameraview/cameraview.cfg
===================================================================
--- trunk/src/stable/components/cameraview/cameraview.cfg	2013-10-10 14:10:37 UTC (rev 1032)
+++ trunk/src/stable/components/cameraview/cameraview.cfg	2013-10-10 14:22:22 UTC (rev 1033)
@@ -1 +1 @@
-Cameraview.Camera.Proxy=cameraB:default -h localhost -p 9998
+Cameraview.Camera.Proxy=cameraA:default -h localhost -p 9999



More information about the Jderobot-admin mailing list