Touchless SDK

Previous topic - Next topic

Kitty Hello

http://www.codeplex.com/touchless/Release/ProjectReleases.aspx?ReleaseId=17986
It's a set of 2 simple DLLs, that can use a webcam to interact as some pointer on the screen.
Anyone willing to wrap it?

Heiko

perhaps if anyone tell my what is a bitmap class.Int, long, string, and so on i know, but bitmap class?

Annnd only if some people need this wrap.

trucidare

Using .Net3.
.Net using managed DLLs hard to wrapp.
MacBook Pro 2,2 GHz Core 2 Duo, 4 GB RAM, 160 GB HDD, 8600M GT
Core i3 - 3,07 GHz, 8 GB Ram, 2.5 TB HDD, Geforce GTX 260+ OC

Heiko

#3
oh not good....
like this...
Point and Bitmap????
Point perhaps Integer.....
But Bitmap i don´t know!

Code (glbasic) Select
public:
Marker^ AddMarker(
String^ name,
Bitmap^ image,
Point center,
float radius
)


confused:::
http://msdn.microsoft.com/en-us/library/system.drawing.bitmap.aspx
http://msdn.microsoft.com/en-us/library/system.drawing.point.aspx

Hemlos

Quote from: Kitty Hello on 2008-Oct-09
http://www.codeplex.com/touchless/Release/ProjectReleases.aspx?ReleaseId=17986
It's a set of 2 simple DLLs, that can use a webcam to interact as some pointer on the screen.
Anyone willing to wrap it?

FINDPIXEL(RED,GREEN,BLUE)
Might be slow using getpixel?
Maybe not if the color to find is large(10 pixels XY) and search every 5 pixel lines on screen?
Maybe im not understanding this process properly, excuse my input here if it makes no sense.
Bing ChatGpt is pretty smart :O

Kitty Hello

do it with a shader, I'd suggest.