List of New vis for IVision 1.5:
Machine vision and example group:
Acquire
Camera Image2IMAQ.vi:
This example demonstrates how to snap an image from commercial cameras, converts
to NI IMAQ format and display in both IVision and IMAQ image windows.
IVision_Snap
and Save AVI1.vi:
Shows how to browser frame by frame, jump to specific frame, save image etc.
Rotate
Image Example.vi:
This example vi shows how to open an image file and rotate the image with a
specific angle.
IVision_DVExample1.vi: Record avi file from DV camera
without decoding the DV format.
IVision_DVExample2.vi: Another special example just for
DV camcorder.
Camera Functions group:
IVision_SetDVDecoder.vi: set DV decoder resolution
programmatically without popup dialog.
IVision_OpenCameraSession_DVextra.vi: open DV camera session for
special case of DV. See more details in vi desc.
IVision_OpenRecSession_DVextra.vi: open recording session for
special case of DV. See IVision_DVExample1.vi for details.
IVision_SetVideoFullScreen.vi: Set the video window to full
screen or back to default
IVision_GetVideoQuality.vi:Gets video quality settings
programmatically without popup dialog, such as brightness, contrast, hue
saturation, sharpness etc.
IVision_SetVideoQuality.vi:Sets video quality settings
programmatically without popup dialog, such as brightness, contrast, hue
saturation, sharpness etc.
IVision_GetVideoQualityRange.vi: Gets video quality settings range
programmatically without popup dialog, such as brightness, contrast, hue
saturation, sharpness etc.
IVision_GetCameraDetails.vi: only apply to DV camcorder, more
detailed description for the device such as vendor etc.
IVision_GetCameraDeviceID.vi: unique ID for each camera. Very
useful for multiple cameras with the same model.
IVision_GetDVCamType.vi: finds out if DV camcorder in
camera or VCR mode.
IVision_GetDVCamTransportState.vi:
This vi finds out what state the DV camera is at, such as play, stop, pause,
fast-forward, rewind... etc.
IVision_GetDVCamTimecode.vi: While a DV tape is playing or is
in record-pause mode, you can retrieve the SMPTE timecode or the absolute track
number
IVision_SetDVCamTransportState.vi: This vi sets the DV camera
transport mode, such as play, stop, pause, fast-forward, rewind etc programmatically without using the popup
dialog box.
IVision IMAQ Conversion group:
IVision_IVisionToIMAQ_Color2.vi: This vi converts color image from
IVision format to IMAQ format.
IVision_IVisionToIMAQ_Gray1.vi: This vi converts a gray image
from IVision format to NI IMAQ format.
Image Operation Functions group:
IVision_RotateImage.vi: rotate image in clockwise
direction.
Media File Read and Processing
group:
IVision_MediaConvertFrame2Time.vi: Convert media file frame number
to time format.
IVision_GetMediaFileStatus.vi: Get media file status such as
it's running or pausing or stopped.