This function sets the state of the stream coming from the camera.



.......................................................................................................................................................................................


Controls and Indicators



        hCamera IN is the camera handle. This value is returned by Initialize.vi and is passed between Pixelink VIs as a reference.


          uStreamState IN is the new stream state. Possible values are START_STREAM, PAUSE_STREAM AND STOP_STREAM.


          hCamera OUT has the same value as hCamera IN.



Details


When the camera is streaming, image data is being sent over the FireWire bus to the host computer.  The camera needs to be streaming video before any image capture or preview activity is possible.


The preview window should not be running when trying to stop the stream.


Note: See Error Handling for error input and output information and error codes.