Daniel Reetz, the founder of the DIY Book Scanner community, has recently started making videos of prototyping and shop tips. If you are tinkering with a book scanner (or any other project) in your home shop, these tips will come in handy. https://www.youtube.com/channel/UCn0gq8 ... g_8K1nfInQ
Search found 97 matches
- 29 Feb 2012, 15:30
- Forum: Scan Tailor
- Topic: light washes out text AND noise in photoshop not in ST
- Replies: 33
- Views: 21820
Re: light washes out text AND noise in photoshop not in ST
Make your f-stop higher or increase the shutter speed, as your picture is way too bright. The larger the f-stop, the smaller the aperture and the less light gets into the camera. Also, angle your lights so that they aren't visible in the reflections. As for the noise, that cyan/blue looks like a col...
- 29 Feb 2012, 02:03
- Forum: LiveCD project
- Topic: All threads that mention LiveCD/Linux development
- Replies: 29
- Views: 167499
Re: All threads that mention LiveCD/Linux development
I can't find any place to store the ISO (I'm out of space in my Dropbox account as well) and most file sharing sites have a 200mb limit, so I'll keep looking. Meanwhile, just a quick update: Automatic login to desktop Shortcuts for Scan Tailor, Firefox, Bindery and Terminal Support for most network ...
- 28 Feb 2012, 17:32
- Forum: HELP
- Topic: Capture software...
- Replies: 9
- Views: 9022
Re: Capture software...
If you want to use gphoto2, there's gtkam. It's a GTK2 frontend for gphoto2 and provides you a live preview window.
It works only on Linux and Mac, and I can confirm it works with my Canon T2i on Linux.
It works only on Linux and Mac, and I can confirm it works with my Canon T2i on Linux.
- 27 Feb 2012, 11:17
- Forum: HELP
- Topic: Capture software...
- Replies: 9
- Views: 9022
Re: Capture software...
Most people do capturing via the cameras themselves. If you have a CHDK-capable camera (most of the Canon PowerShot models), then you can create a trigger using a spliced USB cord and a trigger. If you have a D-SLR camera, you can use the trigger port avaliable in the camera itself. Again, Canon has...
- 27 Feb 2012, 10:08
- Forum: Scan Tailor
- Topic: ScanTailor for OSX is here
- Replies: 60
- Views: 74674
Re: ScanTailor for OSX is here
Sorry, my bad. I didn't realize you were using Clang. I tried it with Clang 3.0 and got the same errors.
Tulon, is it a problem to change those matrix class properties from Private to Public in the source code?
Tulon, is it a problem to change those matrix class properties from Private to Public in the source code?
- 26 Feb 2012, 02:09
- Forum: Scan Tailor
- Topic: ScanTailor for OSX is here
- Replies: 60
- Views: 74674
Re: ScanTailor for OSX is here
Scan Tailor compiled 100% fine for me yesterday, but I'm using GCC 4.6.2 on Linux. What compiler were you using?
- 24 Feb 2012, 23:32
- Forum: LiveCD project
- Topic: All threads that mention LiveCD/Linux development
- Replies: 29
- Views: 167499
Re: All threads that mention LiveCD/Linux development
I started a build right now. I'm bundling these scanning-related programs: Scan Tailor (git) djvubind (hg) pdfbeads (1.0.3) Bindery (git) Tesseract (svn) Cuneiform (1.1.0) ImageMagick (6.7.5.3) Aside from that, the distro has: Firefox Thunderbird Evince (Ubuntu packages it as well. It reads PDF, DjV...
- 22 Feb 2012, 12:38
- Forum: LiveCD project
- Topic: All threads that mention LiveCD/Linux development
- Replies: 29
- Views: 167499
Re: All threads that mention LiveCD/Linux development
Is there any interest in using a LiveCD anymore?
- 21 Feb 2012, 13:32
- Forum: Help with this site
- Topic: We were hacked...
- Replies: 5
- Views: 8332
Re: We were hacked...
The Wiki is still affected. I haven't found any recent phpBB exploits, but DreamHost was hacked about a month ago.
- 14 Feb 2012, 10:59
- Forum: HELP
- Topic: Negative images
- Replies: 4
- Views: 7481
Re: Negative images
We might have different understandings of the word "negate", but ImageMagick can handle all of those cases: convert black-white.png -negate white-black.png convert upside-down.png -rotate 180 rightside-up.png convert upside-down.png -flip rightside-up.png Making this work automatically would be a pa...