Tagged Questions

Wacom is a company that produces graphics tablets and related products.

learn more… | top users | synonyms

5
votes
2answers
1k views

Wacom tablet Python interface

If possible I want to catch pressure sensitive input from a Wacom tablet in Python. Are there any Python libraries available that can do this? Regards, Menno
2
votes
0answers
42 views

How do I read the pressure value from a graphics tablet stylus in Linux?

I am trying to add pressure sensitivity support to Synergy on Linux. I believe the first step should be to detect the pressure value on the server side. The stylus movement comes in as a MotionNotify ...
2
votes
1answer
218 views

Python Wacom Interface

I am trying to write a python script on Windows 7 to interact with my Wacom Bamboo Pen tablet. Wacom recommends using the WinTab API, and it works fine, but not for my application. I don't want the ...
2
votes
1answer
103 views

How to make stylus not control the mouse?

I want to separate the stylus position from the mouse position in a win32 application. I'm using the wintab sdk and I've seen articles about distinguishing between mousebuttondown/up events coming ...
2
votes
0answers
282 views

Solution for WPF/Wacom compatibility problems, or can I disable WPF tablet support?

I sell a WPF (.net 3.5SP1) based time tracking application, this application has no tablet/pen/ink related features what so ever. I have a compatibility problem with Wacom tablets, on computers with ...
2
votes
1answer
277 views

Using Python for a Wacom tablet on Mac & Linux

I am shortly going to buy a Wacom Bamboo Pen&Touch, and I'd like to be able to access it from Python, preferably using PyQt. I've found a Python module for accessing it under windows ...
2
votes
3answers
478 views

Pen pressure in flash

Is there any way to detect pen pressure in actionscript?
2
votes
3answers
954 views

java Swing debugging headaches with Wacom pen tablet

I've been running up against a problem with Java Swing + my Wacom Graphire tablet for a few years in several Java applications and have now encountered it in my own. I use a pen tablet to get around ...
1
vote
1answer
113 views

Detect if user presses button on a Wacom tablet

I was wondering if it is possible in Cocoa/Carbon to detect whether a key combination (e. g. Ctrl + Z) comes from a Wacom button or the keyboard itself. Thanks best xonic
0
votes
1answer
8 views

Query screens size and position

I have a bamboo wacom and I'm trying to use it with linux, I'm using twinview so Randr doesn't show anything interesting but just a big wide screen. I know some apps are able to show the amount of ...
0
votes
0answers
123 views

Using JPen in a Bamboo Pen Tablet

I'm doing a project on signature forgery detection and so, I need to capture signatures on a pen tablet. But I need to find a pen tablet on which I would be able to use JPen (Java Pen Tablet Library). ...
0
votes
1answer
94 views

OpenSUSE - get device ID (or name)

I have 8 events in /dev/input: event0, event1 ... event7. I only need one of them for touchscreen config, but I don't know how to get the device event. The touchscreen is a WACOM serial one! Is there ...
0
votes
1answer
701 views

Unable to get Wacom events from /dev/input/event*

I have created a pygtk program to monitor the keyboard status and mouse clicks across any application (i.e. not just for my application). This uses evdev by Micah Dowty which basically monitors ...
0
votes
1answer
318 views

Waxom (or other) Tablet API for capturing signature image

I need to capture a signature in my application as an image (GIF/TIFF,..whatever). Does anyone knows a good API for doing this (COM/ActiveX is preffered). I've read about Wintab, but it looks ...