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

Examples

All these examples 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 Computer Vision 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 CV 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