<< camcloseall Camera Handling camopen >>

IPCV - Image Processing and Computer Vision Toolbox for Scilab >> Camera Handling > camlistopened

camlistopened

Show all opened camera.

Syntax

I=camlistopened()

Parameters

I :

A vector, the opened video file/camera indices.

Description

camlistopened list all opened files and cameras.

Video support for IPCV is only available when IPCV is compiled with OpenCV which support video I/O.

Examples

n = camopen(0);
camlistopened()
camcloseall()

See also

Authors


Report an issue
<< camcloseall Camera Handling camopen >>