Coder Social home page Coder Social logo

touchlib's People

Stargazers

 avatar

Watchers

 avatar

touchlib's Issues

blob tracker "forgets" the previous frame

The blob tracker forgets the previous frame of blobs which causes it to 
lose track of current blobs and create new ones instead. This is because 
it fails to generate valid permutations because of a too low _numchecks_.

It should be possible to somehow predict the least value of _numchecks_ 
which causes at least one valid permutation to exist.

Original issue reported on code.google.com by [email protected] on 21 Jul 2007 at 3:29

Finish Tank game

improve artwork
add up to 4 players
add a 'start' button for each player
add destroyable walls

Original issue reported on code.google.com by [email protected] on 1 Nov 2007 at 12:21

Finish work with apploader

Need additional screenshots and an icon for each app. Finalize applist.xml 
descriptions. Make it so background image is loaded from a file so that 
people can easily customize it.

Finish 'OSButton' so that other two options do something..

Original issue reported on code.google.com by [email protected] on 1 Nov 2007 at 12:18

Multitouch able to cause 'wake from power saving mode'?

See how hard it would be to have the multitouch apps (OSC for one) wake 
the computer from power saving mode on any touch event.. IE, if you want 
your monitor to turn off if it's not being used for an hour and be able 
wake it up by touching the screen. May not really help for projectors 
though (they stay on even when not receiving a signal)..

Original issue reported on code.google.com by [email protected] on 14 Jan 2008 at 3:56

Missing include for stdio.h

What steps will reproduce the problem?
1. Check out latest code from trunk.
2. cmake .
3. make

What is the expected output? What do you see instead?
[ 17%] Building CXX object src/CMakeFiles/touchlib.dir/RectifyFilter.o
/xxx/Multitouch/touchlib/src/RectifyFilter.cpp: In member function ‘virtual 
void RectifyFilter::setParameter(const char*, const char*)’:
/xxx/Multitouch/touchlib/src/RectifyFilter.cpp:32: error: ‘printf’ was not 
declared in this scope

What version of the product are you using? On what operating system?
Trunk as of 06/20/2010.  
Linux xxx-ubuntu 2.6.32-22-generic #36-Ubuntu SMP Thu Jun 3 19:31:57 UTC 2010 
x86_64 GNU/Linux

Please provide any additional information below.
I added #include <stdio.h> to touchlib_platform.h and seemed to fix the problem.

Original issue reported on code.google.com by [email protected] on 20 Jun 2010 at 7:49

Ability to do a 'quick config' in the config app using just 4 points

It would be nice to be able to do a quick config just using the 4 corners 
and have touchlib automatically interpolate the rest of the values. This 
would also be nice if you are having trouble calibrating your screen in 
some areas.

*or* we could just have a shortcut key to fill in the value for the 
current point (using interpolation) as you are calibrating it

*or* allow you to skip points while you are configuring it and 
automatically have touchlib fill in those missing values at the end.

Original issue reported on code.google.com by [email protected] on 14 Dec 2007 at 4:46

config for flash apps

implement a config file that TUIO.as reads from to get basic setup info 
such as whether to use a debug XML file. This will allow people to easily 
customize stuff for their setup without having to modify versioned files.

Original issue reported on code.google.com by [email protected] on 1 Nov 2007 at 12:25

minDisplacementThreshold and ghostFrames incompatible

When using minDisplacementThreshold > 0 and ghostFrames > 0 things don't 
work as expected.

minDisplacementThreshold should be taken into account when adding previous 
frame blobs to current frame blobs when ghostFrames > 0. 

Original issue reported on code.google.com by [email protected] on 3 Nov 2007 at 1:01

Flash apps - not garbage collectable

Most of our Flash apps are not coded so they can be properly garbage 
collected. We need to listen for the Event.UNLOAD event in our main movie 
class and remove ALL event listener functions. I'm currently researching 
to see if there is a better, more automatic way to handle this.

Original issue reported on code.google.com by [email protected] on 1 Nov 2007 at 12:11

Error #2007 in TUIO.as

What steps will reproduce the problem?
1. Use SVN revision 403 of flash.events.TUIO.as
2. init TUIO in main class (TUIO.init(this, '127.0.0.1', 3000, '', true);)
3. run application

What is the expected output? What do you see instead?
Expected output is the swf with the interface. Process is suspended by
Flash Builder, Flash debug perspective is opened.

What version of the product are you using? On what operating system?
Flash Builder, Windows 7, FLOSC

Please provide any additional information below.

TypeError: Error #2007: parameter type must be non-null
Probably something with wrong event type parameters in debug functions, see
http://nuigroup.com/forums/viewthread/9289/ for more details...


Original issue reported on code.google.com by [email protected] on 6 Apr 2010 at 3:34

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.