Search found 388 matches

by duerig
02 Oct 2014, 09:19
Forum: Programs, Software releases, and more.
Topic: TwoCamControl - fast two camera chdkptp photos (Windows)
Replies: 100
Views: 202463

Re: TwoCamControl - fast two camera chdkptp photos (Windows)

This is great! Now I have some thing to recommend for people without a Raspberry Pi. :)

dtic, I am continually astounded by the great things you are able to do with AutoHotKey.
by duerig
30 Sep 2014, 10:34
Forum: R&D and New Technologies
Topic: Laser Scan Methods
Replies: 30
Views: 48979

Re: Laser Scan Methods

Now that enough pieces of the laser scanning technique are working, I can now see a viable end to end workflow. ## Rig: The rig is essentially a copy stand with attached lasers and lighting. A single camera faces down on the page with two lasers pointing straight down at adjustable positions. The la...
by duerig
30 Sep 2014, 09:59
Forum: R&D and New Technologies
Topic: Voice Control
Replies: 5
Views: 13617

Re: Voice Control

Thanks, gerard. I will want to look into that when I get this more integrated into Spreads. Since I am running on a Raspberry Pi, it is always best to offload the work onto the client if possible. :) I've also been working with Pocketsphinx to see how well that works. The nice thing is that it is ve...
by duerig
27 Sep 2014, 13:19
Forum: R&D and New Technologies
Topic: Laser Scanning Results
Replies: 19
Views: 29653

Re: Laser Scanning Results

I've figured out a way to almost entirely get rid of the foreshortening problem. Compare these images: Original: https://files.app.net/wh25n7-cn Uncorrected: https://files.app.net/wh225MxY- Height-factor=2.0: https://files.app.net/whs2tEK5g The new height-factor is a command line option that you can...
by duerig
26 Sep 2014, 11:30
Forum: R&D and New Technologies
Topic: Voice Control
Replies: 5
Views: 13617

Voice Control

Voice recognition has come a long way in recent years and it is very accurate when the vocabulary is small. There are open source packages for voice controlled projects on the Raspberry Pi. This would free hands for page flipping. And you could either avoid a foot pedal altogether or repurpose your ...
by duerig
26 Sep 2014, 00:03
Forum: R&D and New Technologies
Topic: Laser Scanning Results
Replies: 19
Views: 29653

Laser Scanning Results

Thanks to Chrisoph's (guitarguy) help, I have managed to refine the laser scan postprocessing technique quite a bit. The current method will automatically detect left and right page boundaries, deskew, and dewarp all pages. The only hints you have to give it are to tell it whether it is an odd or ev...
by duerig
23 Sep 2014, 00:48
Forum: R&D and New Technologies
Topic: Laser Scan Methods
Replies: 30
Views: 48979

Re: Laser Scan Methods

I've been working with Cristoph over the last few days, and we have some very promising leads on new methods. The most promising method at the moment lets us dewarp pictures in a manner that is completely content-independent. Take a look at this paper: http://users.iit.demokritos.gr/~bgat/3337a209.p...
by duerig
22 Sep 2014, 09:44
Forum: Cameras and Electronics
Topic: The best way to shot and download pictures to computer
Replies: 16
Views: 23487

Re: The best way to shot and download pictures to computer

This is why I mentioned SpreadPi. A Raspberry Pi card is very cheap and then you can control the entire process from a windows computer and download a zip at the end.
by duerig
22 Sep 2014, 00:48
Forum: Cameras and Electronics
Topic: The best way to shot and download pictures to computer
Replies: 16
Views: 23487

Re: The best way to shot and download pictures to computer

FYI, the best way to do this is now the Spreads program by jbaiter. Using spreads, everything is controlled from your computer. The cameras will capture images at the press of a button and those images will be automatically downloaded and stored in the right order. Go check out the Spreads sub-forum...
by duerig
18 Sep 2014, 16:57
Forum: R&D and New Technologies
Topic: Laser Scan Methods
Replies: 30
Views: 48979

Re: Laser Scan Methods

I have some Python code that ostensibly implements the method in that paper. But it produces crazy results and I don't understand the math well enough to know what I am doing wrong. Send me a PM with your email address and I can send you the code I have if you want to look at it. For testing, you ca...