LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Scan a book with webcam, read on monitor in large type. (https://www.linuxquestions.org/questions/linux-general-1/scan-a-book-with-webcam-read-on-monitor-in-large-type-4175469021/)

Dafydd 07-09-2013 11:45 AM

Scan a book with webcam, read on monitor in large type.
 
Is there software that will let me use a webcam to scan a page in a book and view it on the monitor in real time?
I am in the early stages of AMD. Type on the printed page and fonts on the monitor are to small for me to see. I need to have someway to enlarge the books I am reading.

Unfortunately, the books I want to read don't come in Ebook format.

I visulize this as working in the manner of a security system.

Kustom42 07-09-2013 03:33 PM

A webcan is not a scanner although there are plenty of programs out there taht can take pictures with your webcam I doubt that it would make the book easier to read.

jamison20000e 07-09-2013 04:59 PM

one of many .pic to text ;)

John VV 07-09-2013 07:14 PM

if you really need to use a rather low pixel count "webcam"
rather than a hires 600 ppd to 2400 ppd scanner
then OCR the tiff or ppm images
( a built in option on some scanners )


have a look at " OpenCV " and write a program to use the webcam
it is likely you will need to first "warp" and straiten out the lines of text from the webcam image

photos of pages in a book will NEED prescriptive adjustments near the spine

jamison20000e 07-09-2013 11:41 PM

Quote:

Originally Posted by John VV (Post 4987360)
rather than a hires 600 ppd to 2400 ppd scanner

Thrift stores have thees all the time depending on your location...

Dafydd 07-12-2013 11:53 AM

Turns out 'Calibra' was in the Ubuntu repository. I will play with that for a while and mark this thread closed.


Thanks to everyone for their feedback.
D

SciGuy73 07-12-2013 03:49 PM

Just plug a security camera with a lens that can close focus into your monitor/tv. No computer required.

John VV 07-12-2013 03:51 PM

i give in
what dose a ebook reader have to do with using a web cam to take photos of books

273 07-12-2013 03:55 PM

Quote:

Originally Posted by SciGuy73 (Post 4989276)
Just plug a security camera with a lens that can close focus into your monitor/tv. No computer required.

Or using your webcam (if it's on a USB cable) and something like cheese to view the picture from it full screen ought to do something like.
Quote:

Originally Posted by John VV (Post 4989280)
i give in
what dose a ebook reader have to do with using a web cam to take photos of books

Was my thoughts as I read this.

TuxAnDroid 07-13-2013 01:32 PM

@ Dafydd

You can take a screenshot of your webcam and then crop the image(s)

Then convert the images to pdf with the convert command

convert *.jpg myebook.pdf


If you have access to an android phone this is much easier. There are two great apps that does this: CamScanner and Handy Scanner and they're FREE

Dafydd 07-13-2013 06:31 PM

Let me see if I can clarify some stuff.
I was remiss in the use of the word 'scan' which quickly deteriorated into 'scanner'. I had intended for it to mean a quick once over with the eye, as I learn the usage of it 60 year ago. Not make a copy of the book page and store it somewhere.

I used the word 'webcam', mainly because in my early days of computing everything was "roll you own" My original thought was to use the webcam to grab the video stream and feed it to a browser where I could use the 'ctrl+' to enlarge the fonts.

I will go back and revisit 'cheese', haven't used it that much and did not know it would go full screen.

jamison20000e 07-13-2013 07:20 PM

VLC works for all (zoom, slow, speed,,,) even showing slides.jpg.gif.png.etc. and using a cam
or
https://en.wikipedia.org/wiki/Video4Linux

still confused tho but hope links help (they always do.edu ☮)

Dafydd 07-14-2013 12:51 AM

Digging around I found this. Opera has the necessary 'gstream' modules to view your webcam with your browser.

Code:

http://www.sitepoint.com/stream-your-webcam-to-a-browser-in-javascript/

This was what I was trying to describe at the beginning. Now to build a rack to hold my camera and see if my goofy idea works.


All times are GMT -5. The time now is 06:14 PM.