Platforms to show: All Mac Windows Linux Cross-Platform

ImageCaptureMBS class   Deprecated

Type Topic Plugin Version macOS Windows Linux iOS Targets
class Image Capture MBS MacOSX Plugin 10.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
This item is deprecated and should no longer be used. You can use ICDeviceMBS instead.
The base class to start with image capture.
Example
dim m as new ImageCaptureMBS
dim list as ImageCaptureObjectMBS = m.DeviceList

if List<>Nil then
// look into properties
dim dic as Dictionary = list.PropertyDictionary

// take the devices array there
if dic<>Nil and dic.HasKey(ImageCaptureObjectMBS.kICADevicesArrayKey) then
dim a(-1) as Variant = dic.Value(ImageCaptureObjectMBS.kICADevicesArrayKey)

// display device name
for each properties as Dictionary in a
MsgBox Properties.Value("ifil")
next
end if
end if

Deprecated. Please stop using this class soon.
On Mac OS X 10.8 some functions stop working as Apple does no longer provide 32 bit libraries.

This class has no sub classes.

Some examples using this class:

Blog Entries

Release notes


The items on this page are in the following plugins: MBS MacOSX Plugin.


ImageCaptureEventsMBS   -   ImageCaptureObjectMBS


The biggest plugin in space...