MBS WIA Plugin for Windows

Hey @Christian Schmitz

I would like to use the laptop webcam to capture an image in a windows desktop app.

I tried using your sample applications MBS WIA plugin as well as MBS DirectShow plugin.

I tried to run the sample examples downloaded from your website for the above ( List_devices.xojo_binary_project ).

However, I am unable to run the app. I keep getting these errors.

Window1.List.ExpandRow, line 1
Can’t find a type with this name
dim p as WIAPropertyStorageMBS = List.Celltag(row, 0)

Window1.List.ExpandRow, line 6
Can’t find a type with this name
dim e as WIAPropertyEnumeratorMBS = p.Enumerate

So I tried to find if WIA… is available in Xojo, but I find thats its not present.
There is no auto-complete option after I type WIA…

Same is for the DirectShow plugin.

Window1.List.ExpandRow, line 1
Can’t find a type with this name
dim e as DirectShowEnumMonikerMBS = me.RowTag(row)

Are there any missing files, that i have left out.

Thanks,

Please ignore this.

The issue has been resolved.

I had not copied the Plugin from the MBS folder to Xojo Plugin folder.

Great. Enjoy!