UNPKG

ngx-simple-webcam

Version:

A simple Angular 4+ Webcam-Component. Pure &amp; minimal, no Flash-Fallback. <a href="https://basst314.github.io/ngx-simple-webcam/?" target="_blank">See the Demo!</a>

8 lines (7 loc) 205 B
export declare class WebcamUtil { /** * Lists available videoInput devices * @returns {Promise<MediaDeviceInfo[]>} */ static getAvailableVideoInputs(): Promise<MediaDeviceInfo[]>; }