[ readonly ] videoInputDevices

Class: MediaPlayer.

Description:

Gets an array of enabled video input devices (such as WebCam or video capture device) with an array of accepted video formats (size and frame rate).
Returns an array of objects that contain information about each video input device recognized by FFMPEG.
NOTE: On linux it is recommended to have v4l2-utils installed for fast video devices lookup, otherwise alternative method take a lot longer to complete and may return less video formats and FPS options.

Type: Array.<VideoDevice>

Also See: