On Win10Pro Tscan not see the cam ( webcam) as twain

to see if there are devices I use this function
capGetDriverDescription
at init let me say there are window Image device as you can see here:

When Open tscan it make error Why ?
I open tscan with these lines
oScan := TScan32():New( nomefile )
oScan:OpenDefault()
oScan:PixelType( nscala )
oScan:SetHide( lAvanzato )
oScan:RegionReset()
oScan:SetRes( 75 )
MsgRun("Sto preparando lo scanner","Aspetta un momento",{ || oScan:DigiToFile(nomefile) })
On Windows Seven run correctly
Now I tried also webcam.prg on My Miix320 Lenovo with Win10Pro and not run . the computer use two can one on Front and one out !!!
My Miix 320 Lte Lenovo https://youtu.be/cSph6_hM_EU

to see if there are devices I use this function
For i := 0 To 9
If capGetDriverDescription(i, @cDriverName, 128, @cDriverVersion, 128)
aadd(adevices,cDriverName)
EndIf
NextcapGetDriverDescription
HB_FUNC( CAPGETDRIVERDESCRIPTION )
{
TCHAR lpszName[128];
int iName = hb_parni(3);
TCHAR lpszVer[128];
int iVer = hb_parni(5);
BOOL bRet;
bRet = capGetDriverDescription( (WORD) hb_parnl(1), lpszName, iName, lpszVer, iVer );
hb_storc( lpszName, 2 );
hb_storc( lpszVer, 4 );
hb_retl( bRet );
}
#pragma ENDDUMPat init let me say there are window Image device as you can see here:

When Open tscan it make error Why ?
I open tscan with these lines
oScan := TScan32():New( nomefile )
oScan:OpenDefault()
oScan:PixelType( nscala )
oScan:SetHide( lAvanzato )
oScan:RegionReset()
oScan:SetRes( 75 )
MsgRun("Sto preparando lo scanner","Aspetta un momento",{ || oScan:DigiToFile(nomefile) })
On Windows Seven run correctly
Now I tried also webcam.prg on My Miix320 Lenovo with Win10Pro and not run . the computer use two can one on Front and one out !!!
My Miix 320 Lte Lenovo https://youtu.be/cSph6_hM_EU
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com