09-13-2005 02:19 AM
09-14-2005 01:43 AM
Malte,
attached you can find a CVI code for the 1408 and multiple channels (created with NI-Imaq 2.2). Maybe the source code helps you to create your own solution. 1409 is the follower of the 1408.
Note:
This sample demonstrates how to scan 1408 channels in multiple buffers using low level functions. The video sources need to use the same synchronization signals. The code scans from channel 0 on up until it reaches NUM_RING_BUFFERS.
The display is done using the function imgPlot, the canvas object is used to reserve some room on the panel. It is also possible to display the picture using a Canvas or a Graph. See the Display sub-directory.
Best regards,
Steffen
04-24-2007 05:21 AM
04-24-2007 07:59 PM
Look for a separate channel input on the vi you use to configure the acquisition. I don't think you need to create two sessions, since you can only do one independent acquisition at a time.
Bruce
04-30-2007 01:26 AM
05-02-2007 07:26 PM
You can't read two cameras at the same time with the 1410.
You can alternate between them if they are synchronized. Synchronization makes both cameras start a new frame simultaneously and they use identical timing signals. In this case, you can do a continuous buffered acquisition that alternates between the channels.
Bruce