-
Hi Rob,
I am trying to compile and run your code in Visual Studio 2008. I downloaded OpenCV 2.1 and TUIO C++ api. I have setup OpenCV and TUIO properly and the code builds successfully. But when I run…
-
Hi,
I'm using Touch2TUIO to translate the Windows7 touch events to TUIO, and then using npTuioClient in Chrome to access the TUIO messages using Javascript.
When only one cursor is left on the scree…
-
gabriel@tochange:~/kivy$ python kivy/uix/filechooser.py
[INFO ] Kivy v1.3.0-dev
[INFO ] [Logger ] Record log in /home/gabriel/.kivy/logs/kivy_12-04-29_1.txt
[INFO ] [Factory ] 107 symb…
-
I tried to compile documentation for 1.4.0_dev and it failed :( Prior to that I installed the newest package as pulled from GitHub.
Here's the traceback:
```
~/kivy/doc $ make html
mkdir -p build/ht…
-
Even when removing all content of blacklist.txt my application can't find sqlite3 in PATH.
Here is the log of "adb logcat" unpacking the zip at the first time when the app is executed.
I/python (3…
-
Kivy is not working properly for Multi Touch PQ Labs Overlay. Do I need to make any change at config file for input ?!?
-
Firstly, thanks for a great app! It's been my first exposure to interfacing with the kinect on Mac, and KinectCoreVision is pretty easy to use - great work! :)
I understand that previously blob ("obj…
-
I got `Target id 'android-8' is not valid.` even if I set `ANDROIDAPI` to 14
ANDROIDSDK=/home/bruno/android-sdk-linux
ANDROIDNDK=/home/bruno/android-ndk-r7b
ANDROIDNDKVER=r7
ANDROIDAPI=14
I'm using …
-
My build is stuck at `assets/private.mp3: private/include/python2.7/pyconfig.h`, any idea?
```
$ ./build.py --dir ~/Dev/python/testkivy --name "testkivy" --package org.test.testkivy --version 0.1 deb…
-
a). ScrollView.py example in the examples directory doesn't scroll.
b.)scrollview itself seems to work in my app but when on_touch up
is called berkelium(inside the scrollview) seems to crash
Here i…