locked
Symbol app VB_ImagerSample1 Questions RRS feed

  • Question

  • 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.

    Tuesday, May 12, 2015 4:30 PM

All replies

  • You may need to contact to the owner of the EMDK 2.6, is there a way to set the default device and go into the image acquisition screen?

    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

    Wednesday, May 13, 2015 9:34 AM
  • WAs hoping someone here had programmed against the Motorola (Symbol) sdk.....
    Wednesday, May 13, 2015 8:47 PM
  • WAs hoping someone here had programmed against the Motorola (Symbol) sdk.....

    Did this get sorted as im having the same issue

    D thanks



    Monday, August 12, 2019 5:17 AM