PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD20]Directshow List devices
[WD20]Directshow List devices
Iniciado por guest, 17,oct. 2016 12:09 - No hay respuesta
Publicado el 17,octubre 2016 - 12:09
Hi everyone,
I'm using ffmpeg for video and audio recording via webcam and external microphone, and it does the job well.
To make it work, I call the ffmpeg functions with the aid of the Windows CMD and the Automation object "WScript.Shell".
The only thing that's pretty annoying is that I, the programmer/technician, have to manually check and choose the devices without even opening the Windev application to do so...
Is there a way to give to the end user the power to choose which device to use in the program (i.e. with combo boxes)?
TIA