LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

interfacing scanner through labview

i want to scan an image through scanner using labview interface with out using the drivers and also modify the image is it possible to do so in labview?can i scan the image using labview interface if i have drivers for scanner the scanner is hp scanjet
0 Kudos
Message 1 of 2
(2,572 Views)
Hi,

If the scanner uses an ActiveX interface, you can try using Automation Open function to open an ActiveX reference to the scanner and use an invoke node to access the functions available for the scanner.

Once you have the image in LabVIEW you can use the functions located in the Graphics and Sound>> Graphics Format palette to modify the image.

Regards,
Ankita A.
0 Kudos
Message 2 of 2
(2,572 Views)