[Jderobot] Problema cameraview

rsaezd rebeca.92.saez en gmail.com
Jue Nov 6 00:11:35 CET 2014


Buenas noches,
Estoy intentando hacer un filtro de color que filtre la imagen obtenida
desde cameraview.
Este es el código que tengo para acceder a cameraview:

Control::Control(Ice::CommunicatorPtr ic){
	this->ic= ic;
	Ice::PropertiesPtr prop= ic->getProperties();

	Ice::ObjectPrx base= ic->propertyToProxy("Cameraview.Camera.Proxy");
	if (0 == base)
		throw "Could not create proxy";

	cprx = jderobot::CameraPrx::checkedCast(base);
	if (0 == cprx)
		throw "Invalid proxy";

	jderobot::ImageDataPtr data= cprx->getImageData();
}

Y al ejecutar mi código obtengo. Could not create proxy.

¿Alguien sabe qué me falta o que estoy haciendo mal?

Muchas gracias!!



--
View this message in context: http://jderobot-developer-list.2315034.n4.nabble.com/Problema-cameraview-tp4642427.html
Sent from the Jderobot Developer List mailing list archive at Nabble.com.


More information about the Jde-developers mailing list