You are here: Scanning Services > DualStream Imaging (color)- Examples and FAQs

DualStream Imaging

Imaging scanners such as the iNSIGHT 2/4 and iNSIGHT 70/150 deliver raw grayscale images only. Dual stream imaging scanners such as the iNSIGHT 20 and iNSIGHT 30 can simultaneously deliver images with 2 clip depths. The primary image acquisition channel provides 8-bit grayscale images for ultra-high quality OMR and is subject to the Scantron special color dropout algorithm. The dual stream delivers bi-tonal images or 24-bit true color images. Images on the dual stream are not subjected to the Scantron special dropout algorithm used on the primary (grayscale) channel. A bi-tonal image from the dual stream is like a black and white photocopy of the scanned form and a color image from the dual stream is a color photocopy. The most obvious use case for these non-dropout images is document archival/paper elimination.

You can also use a full or partial image to display to the user for purposes of editing. Just remember that you should be using forms with timing marks if you specify the OMR coordinate space. If you use world coordinates, you can use English (0.001”), metric (0.1 mm) and himetric (0.01mm) units of measure. This applies to non-dualstream imaging as well.

Example Usage – Write full page color (or non-dropped bi-tone) image to file in JPEG format

 
  1. Configure your scanner by calling FindAndConfigureScannerAsync. At the ScannerFound event, if HardwareConfig.DualStreamCapable is true, set HardwareConfig.DualStreamMode to DualStreamMode.TrueColor to enable 24-bit true color on the dual stream.
  2. Initiate scanning by calling ScanningManager.Scan.
  3. At the Clip event, configure the ClipHelper properties for dual stream clipping as follows:

Set SideOfSheet (for example, to sosTop or sosBottom).

Set ClipCoordinateSpace (for example, to ClipCoordinateSpace.csWorld).

Set UnitOfMeasure for example, to UnitOfMeasure.uomEnglish).

Set ClipDepth to ClipDepth.cd24BitNonDropped to request true color image or ClipDepth.cdBitoneNonDropped to request bi-tone non-dropped image.

Set other attributes as appropriate:

Set CompresssionMethod to ClipCompressionMethod.cpmJPEG.

Set JpegQuality (default is 75).

Set ClipRotation.

Test ClipHelper.TopImageExists or ClipHelper.BottomImageExists as appropriate to confirm the availability of the image prior to requesting the clip.

Call ClipHelper.WriteClipToFile4 to request a full-page clip. Ensure that the file extension is .JPG to match the JPEG compression.

Code Samples

See Installed_Samples_Overview.

Frequently Asked Questions

Which scanners support dual stream?
How do I programmatically determine if my scanner supports the dual stream?
Can images be simultaneously captured from the primary channel and dual stream?
Can images from the primary channel and dual stream be appended to the same file?
Can I use the dual stream to capture color images of arbitrary non-OMR forms?
Are there any sample program(s) that illustrates how to program the dual stream API?
Can I integrate dual stream scanning into an existing Link solution?
At what scanning events can I capture images?
What does CombineWithForm mean for dual stream imaging?
Does the scanning API support in-memory delivery of image data - to a .Net program?
Does the scanning API support in-memory delivery of image data to a JavaScript program?

 

 

See Help on Help for additional information on using this help file.

See Scantron Technical Support for additional information on technical support and training options.

See the ScanTools Suite System Requirements for further details on hardware and software requirements.

ScanTools is a suite of products; the specific information you want may appear in the help for a different module. If you don't find what you're looking for here, try one of the following:

 

Scantron Corporation

Customer Service (forms, products, and services):

1-800-SCANTRON (722-6876)

www.scantron.com

Technical Support:

1-800-445-3141

[email protected]

Copyright © 1998-2012 Scantron Corporation. All rights reserved. Use permitted only under license. www.scantron.com. No part of the Help or user guides may be reproduced in any form, or by any means, without express permission from Scantron Corporation.

LINKS TO THIRD PARTY SITES

This help system may contain links to third party websites ("Linked Sites"). The Linked Sites are not under the control of Scantron and Scantron is not responsible for the content of any Linked Site, including without limitation any link contained in a Linked Site or any changes or modifications to a Linked Site. Scantron is not responsible for web casting or any other form of transmission received from any Linked Site. Scantron provides Users with the ability to link the Assessment System to the Linked Sites as a convenience to you, and the inclusion of any link does not imply endorsement by Scantron of the Linked Site or any association with its operators.