I am using a digital line scan camera connected to a PCI-1422 acquisition board. The camera is configured to work in external trigger mode, because it needs to be synchronised to a moving conveyor. The conveyor sends his trigger signal to the capture card via input "External 1". On the board this signal is routed to the camera in turn to trigger the capturing of every single line.
All this is working well and at the end I'm getting my image of size x * y.
For the set up procedure I need a mode where I get only one single line off the camera (width = width of the camera, height = 1) without moving the conveyor. This means I do not get any line trigger signals from the conveyor but need to instead pass a trigger pulse to the camera programatically.
The "Control 0" signal of the PCI-1422 is used to trigger the camera, but I could not find a way to change the status of this line.
Any ideas?!
Ingo Bartsch