WK Ho
October 7, 2008, 05:44:14
Hi
After we add in the IC imaging control to our motion system we discovered the whole system was slowed. In your doc, you suggested In order to reduce the internal overhead to a minimum, you have to:
1-Switch off the display: this will remove the display path completely from the image stream.
2-Prevent automatic color space conversion: by specifying the same video format for the device and the sink.
3-Switching off all overlays.
4-Do not use the ring buffer: by inserting one frame filter in the sink path that will implement the image processing or interface a third party image processing library instead of sending frames to the sink.
5-Do not insert additional frame filters in the device path or in the sink path.
Point 1 is rather difficult as the operator need to see the result on screen, how to reduce this to only display the result frame ?
Point 2 has been done
Point 3 - we need to draw on the iamge, however, we can turn off temporily during production run.
Point 4 - Can you help explain how to do?
After we add in the IC imaging control to our motion system we discovered the whole system was slowed. In your doc, you suggested In order to reduce the internal overhead to a minimum, you have to:
1-Switch off the display: this will remove the display path completely from the image stream.
2-Prevent automatic color space conversion: by specifying the same video format for the device and the sink.
3-Switching off all overlays.
4-Do not use the ring buffer: by inserting one frame filter in the sink path that will implement the image processing or interface a third party image processing library instead of sending frames to the sink.
5-Do not insert additional frame filters in the device path or in the sink path.
Point 1 is rather difficult as the operator need to see the result on screen, how to reduce this to only display the result frame ?
Point 2 has been done
Point 3 - we need to draw on the iamge, however, we can turn off temporily during production run.
Point 4 - Can you help explain how to do?