[Ilugc] Pen input device for Linux

  • From: prasannatsmkumar@xxxxxxxxx (prasannatsmkumar)
  • Date: Wed, 4 Apr 2012 12:14:31 +0530

On Sun, Apr 1, 2012 at 5:16 PM, Manokaran K <mano at smartgrader.com> wrote:

On Sun, Apr 1, 2012 at 5:03 PM, prasannatsmkumar <
prasannatsmkumar at gmail.com
wrote:

Thanks for the information. Where can I buy one in chennai? What is the
cost of new device? flipkart does not have this listed. Is it possible to
get online? I would like to buy wacom bamboo.
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Wacom Bamboo tablets are available in Ritchie street among many places
around Chennai. IIRC the smallest model costs between 3-4K.

regds,
mano
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc



Is there any way to use a Android mobile (with touch screen) as a graphics
tablet? Technically it is possible but my concern is whether such
application already exists? I am not going to use this for designing (like
working with GIMP etc). I want to take notes while reading books so even
capacitive touch will be enough (no need for stylus or very pixel perfect
drawing).

Install an app in Android mobile or tablet that will capture touch events
and send the co-ordinates to Linux system using USB or some other
interface. The co-ordinates are then captured by Linux and used to draw or
write.

There are 2 ways to implement this in Linux side - a input driver can be
written or a app specific to this can be written. If implemented as a input
device then it will work with many applications this will be a big
advantage (but writing a input driver may need good knowledge). The second
option will be easy to implement but restricts the user to only one
application.

I would like to use this with jarnal application. Jarnal is open source so
it can be modified to read the co-ordinates data obtained from the Android
device.

Thanks in advance.

Other related posts: