Launches the camera application on the PDA target if the target supports picture and/or video capability.
![]() | Note The Touch Panel Module does not support the Camera Capture VI. |

![]() |
default filename specifies the filename for the captured image or video. | ||||||||
![]() |
dialog title allows you to customize the title bar of the dialog box that launches. | ||||||||
![]() |
quality determines the quality of the image or video you capture.
The default is 0.
|
||||||||
![]() |
flags indicate what to capture.
The default is 0.
|
||||||||
![]() |
error in describes error conditions that occur before this VI or function runs.
The default is no error. If an error occurred before this VI or function runs, the VI or function passes the error in value to error out. This VI or function runs normally only if no error occurred before this VI or function runs. If an error occurs while this VI or function runs, it runs normally and sets its own error status in error out. Use the PDA Error Handler VI to display the description of the error code. Use error in and error out to check errors and to specify execution order by wiring error out from one node to error in of the next node.
| ||||||||
![]() |
width determines the width of the image in pixels. The default is 240. | ||||||||
![]() |
height determines the height of the image in pixels. The default is 180. | ||||||||
![]() |
created file is the path to the image or video file on the PDA target. | ||||||||
![]() |
error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces.
|
This VI saves the images or videos in whatever format the camera application on the PDA target uses. If the PDA target does not support image and/or video capability, this VI returns an error.