Questions tagged [wacom]

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

Wacom is a company headquartered in Japan that produces a range of graphics tablets that are popular with artists, graphic designers, architects, and cartoonists worldwide.

Wacom's graphics tablets are reasonably well supported in open-source. The Linux Wacom project supplies a kernel driver and an X.Org driver for using these tablets with GNU/Linux. The Linux Wacom project's source code has also been ported to other open-source operating systems such as OpenSolaris and FreeBSD.

89 questions
0
votes
1 answer

Implicitly loaded library isn't unloaded at program termination when loading wintab32.dll and calling WTInfoW

Original Post I have a Qt application. This application needs to call some function in a dynamic library that is loaded implicitly. In the dynamic library, there is one global variable that is created when the dll is loaded and destroyed when it is…
0
votes
0 answers

Want to make pen pressure viewer with Python

I want to make a pen pressure viewer with Python. It's working in that window: but it's not working when I'm drawing in Photoshop or just other software. How can I make it work when I'm drawing in other windows? import os, time, sys,…
Neereu
  • 1
0
votes
1 answer

Unable to upload app to the iTunes Connect due to Non-public API usage

I am trying to upload my App build to iTunes Connect from Xcode 11.3, but getting the below error: I am using Wacom WillDevices library in my App. Can someone please give your suggestions?
Anand Gautam
  • 2,541
  • 3
  • 34
  • 70
0
votes
1 answer

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 any way I could get a list of device names and…
fonix232
  • 2,132
  • 6
  • 39
  • 69
0
votes
4 answers

Extract a column in bash even if the number of columns before it can change

im trying to make this script to switch areas on wacom tablets, im using xsetwacom to configure the tablets, this is how the script im trying to make looks (it works, but just with the first tablet) #!/bin/bash variable =`xsetwacom --list | awk…
yakasde
  • 3
  • 2
0
votes
0 answers

How can you use python to log pen pressure, stroke length and x,y coordinate using a Wacom tablet?

The google results return old posts and expired links. As a python user, what can I do to grab all these personal data when I am drawing a picture in photoshop? Are there relevant frameworks that I can use? I am completely baffled on where to even…
Inkplay_
  • 561
  • 2
  • 5
  • 18
0
votes
1 answer

Wacom in a browser cancels movement

I am currently trying to use my wacom intous to paint something on a canvas in my browser. The code is pretty basic and does nothing other than finding the position of my mouse and drawing a path when the mouse is clicked. This works as expected…
Pablo Christiano
  • 365
  • 3
  • 21
0
votes
1 answer

Wacom Signature SDK restyle buttons

I'm using a Wacom STU 530 signature tab with the Signature SDK v3.20.4., the documentation seems to only be furnished when buying the SDK, so I won't be able to give a link here, but you can find some code samples here. My problem is about restyling…
Qrom
  • 487
  • 5
  • 20
0
votes
2 answers

Delphi Wacom SDK

recently my company bought a Wacom STU-530 signature pad and I've to realize a prgram that acquire the client signature from it and create a pdf with the signature. I use FastReport for realizing the PDF, but I need to acquire the signature from the…
Eros
  • 337
  • 1
  • 22
0
votes
1 answer

Draw smooth curve in webpage from array of (Wacom) pen data

I need to draw a curve on a webpage in response to data generated by a Wacom Pen. So JavaScript will receive an array of x,y,pressure data. I could just join the dots, but I want make it scale-free. So even if you zoom in to look at a single glyph…
P i
  • 29,020
  • 36
  • 159
  • 267
0
votes
1 answer

decode base64 encoded signatures to image in php

We are using a wacom pad that convert signatures to base64 strings encoded and we store these in a database. After that i retrieve these encoded strings and decode them in php using base64_decode() and then try to convert this decoded string to an…
0
votes
1 answer

Unable to read USB interrupt data on Raspbian (already working on Ubuntu)

I'm trying to read a Wacom tablet thanks to libusb. The program runs well on Ubuntu, but it is not reading the data on Raspbian. The device is recognized by the OS (lsusb -v) and also by my program, but the function "libusb_interrupt_transfer" (from…
Pavel glv
  • 1
  • 1
0
votes
1 answer

Error in displaying base64 encoded string as image in browser?

I am working on a website for a friend which takes in a signature from a wacom STU-300 signature tablet, to then be placed in the database. (as any data type as long it is readable, I tried BLOB and varchar). After checking the documentation I found…
Hans
  • 57
  • 8
0
votes
0 answers

java applet calling system dll stop working on Internet explorer 11

I have a java applet exposing methods that i call from javascript The java applet is working fine in internet explorer 9 , in chrome and in firefox . In internet explorer 11 , methods from applet that use dlls (to call a wacom device in my case are…
Sami Jmii
  • 460
  • 7
  • 17
0
votes
0 answers

Do not pass data to OS in observer mode in Wacom Feel Multi Touch API

I am currently making a little application that lets me use my Intuos Pro as a keyboard because it is touch enabled. Wacom has released an API that allows the access of touch data so getting the core functionality has not been a problem. I have hit…
Pinpickle
  • 984
  • 2
  • 9
  • 18