Mission file: missions/simple_tests/test_vision_webcam.moos



Mission file Short description Modules
missions/simple_tests/test_vision_webcam.moos (no description) MOOSDB, Vision

Mission modules graph:

Raw file contents:

/////////////////////////////////////////////////////////////////////////////
// Antler configuration  block
//
// This file is part of the OpenMORA (Open MObile Robotics Arquitecture)
//   http://babel.isa.uma.es/mora/
/////////////////////////////////////////////////////////////////////////////



ProcessConfig = ANTLER
{
	MSBetweenLaunches 	= 200
//	ExecutablePath		= 
	
	//crucial processes
	Run = MOOSDB        @  NewConsole = false

	Run = pVision        @   NewConsole =false

	// MOOS-Scope: Visualizer of MOOS-DB	
//	Run = uMS       @       NewConsole=false
}

ProcessConfig = pVision
{
	CommsTick = 20
	AppTick = 40

	// If desired, some vision sub-modules can be set to be enabled at start-up 
	//  (default is all disabled at start-up).
	// One or more names, separated by spaces and/or commas, from this list:
	//   DISPLAY_IMAGE
	//   CAMSHIFT 
	active_modules		= CAMSHIFT


	// -----------------------------------------------------------------
	// MRPT's CCameraSensor-compatible configuration block to select
	//  which video source to open:
	// -----------------------------------------------------------------
	driver			= CCameraSensor
	sensorLabel		= CAMERA1

	// Type of camera driver:
	grabber_type		= opencv
//	grabber_type		= bumblebee
//	grabber_type		= ffmpeg

	cv_camera_index		= 0		// [opencv] Number of camera to open
	ffmpeg_url		= video.avi


	// =============== Params for DISPLAY_IMAGE  ====================


	// =============== Params for CAMSHIFT  ====================

}




Page generated by Mooxygen 1.1.0 at Mon May 26 00:30:12 2014
Valid HTML 4.01 Transitional