Using VS2008 with EMDK 2.6. I'm trying to figure out the object syntax but it seems none of the Symbol DLL's referenced provide any object intellisense. I want to basically select the Color imager for a camera shot but it always pops up the select
from available devices dialog.
Dim MyDevice
As Symbol.Generic.Device = Symbol.StandardForms.SelectDevice.Select(Symbol.Imaging.Device.Title, Symbol.Imaging.Device.AvailableDevices)
I know I want the 2nd device in the list always but something like this doesn't work
Dim MyDevice As Symbol.Generic.Device = Symbol.Imaging.Device.AvailableDevices(1)
Any idea on how to bypass the Select Device dialog screen and go directly into the image acquisition screen??
Harry
Programming the MC55AO device.