4/28/2016

Czur scanner, scanning with Linux

Czur currently doesn't have Linux software to go with the new scanner. But like the Mac, the scanner is a UVC device and can be used by Linux. Ucview can capture images from a UVC device. The command line convert from Imagemagick can be used to turn multiple images into a single PDF.

Figure 1. USB attached UVC device

Figure 2. lusb recognized UVC device

Figure 3. Ucview


Figure 4. Ucview + Save image  > capture

To combine the jpeg images into a single PDF file requires one of many possible command line tools.

Imagemagick is an old standby on many distributions:

$ convert Image*.jpg New.pdf

What is very useful in this experiment is to see the "difference" the 2D and 3D curve correction makes when post processing the images.

PDF of images captured with Linux

Again an SDK with the USB commands for invoking various features could be turned into a workable driver for VueScan or a SANE native driver to support many paths to eDocuments.

note: Cheese on Linux is often used in place of Photobooth on OSX, but it has a bug on many Linux distros in that it does not accept resolution settings from the command line or a convenient static file. Thus it fails to connect to the Czurtek video device created by the kernel on discovery. Camorama works. But these are probably well know paths to many people.. just throwing the information out there for people.

note: This demonstration was conducted on a RHEL6 install. It should work similarly on CentOS6 or Scientific Linux, Debian, Ubuntu and many others.