Hello,
I have one firewire camera that records images and two seperate systems that have to process these images. I want to use broadcasting as the method to supply both processing systems with all the recorded images. Seperately, both systems work fine.
When I try to implement broadcasting to these systems, by making one system the controller and the other sysmtem the listener, I encouter problems with the listener. The listener will only recieve images correctly, when the video mode of the controller is set to "1600x1200 YUV422Packed". All other video modes result in scrambled images at the listener. Using YUV422Packed at a lower resolution, the right image is visable at the listener but the image is repeated to create a 1600x1200 image.
I think the problem is that the listener allways expects "1600x1200 YUV422Packed" images. I am not able to control the video mode setting of the listener, as far as I know. I identify the camera at the listener using a string with the hexidecimal serial number of the camera, peceeded by "uuid:".
Does anyone know a method to control the listener settings?
Regards, Sebastiaan.