Welcome to our Support Center

Open Camera

Description

Opens camera reference according to index. Type : polymorphic.

 

Input parameters

 

Camera : integer, camera index.

Output parameters

 

Session Dst : class

Example

All these exemples are snippets PNG, you can drop these Snippet onto the block diagram and get the depicted code added to your VI (Do not forget to install TIGR library to run it).

Open and play a camera with LabVIEW picture display

1 – Initialize

Open camera reference and create a temporary memory allocation for an image.

2 – Process

Each loop reads the last frame and displays this frame.

3 – Close

We close all open references.

Open and play a camera with TIGR display

1 – Initialize

Open camera reference and create a temporary memory allocation for an image.

2 – Process

Each loop reads the last frame and displays this frame.

3 – Close

We close all open references.

Table of Contents