Date: 02-16-2022
Return to Index
created by gbSnippets
'Compilable Example: (Jose Includes)
#Compile Exe
#Dim All
%Unicode = 1
#Include "Win32API.inc"
#Include Once "dshow.inc"
#Include Once "dshow_utilities.inc"
Function PBMain() As Long
GetCameraList
? "Cameras: " + Str$(CameraCount) + $CrLf + CameraList$
End Function
http://www.garybeene.com/sw/gbsnippets.htm