MC75 using symbol.imaging.device libraries for program
        Posted  
        
            by Christy
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Christy
        
        
        
        Published on 2010-01-07T18:30:01Z
        Indexed on 
            2010/05/09
            3:08 UTC
        
        
        Read the original article
        Hit count: 422
        
vb.net
UPDATE: I found another library in the Windows Mobile - CameraCaptureDialog - this did the job - never did figure out the zero length available devices...
Hi all,
I have a .net application running on a symbol mc75 (motorola) using the scanner. I am now trying to add functionality for the camera and I am running into issues.
To find the 'devices' you are supposed to use the library's 'available devices' function.
With the barcode it is symbol.barcode.devices.availabledevices and it returns two items (you can scan from the scanner or using the camera device) However, when I do the camera library it does not find any devices - symbol.imaging.devices.availabledevices returns 0
I can take a picture using the software on the mc75, so I know the functionality is there, I just can't figure out how to get to it programmatically....
Does anyone have any ideas?
Thanks for any help!
© Stack Overflow or respective owner