GLBasic forum

Main forum => Announcements => Topic started by: Kitty Hello on 2008-Oct-09

Title: Touchless SDK
Post by: Kitty Hello on 2008-Oct-09
http://www.codeplex.com/touchless/Release/ProjectReleases.aspx?ReleaseId=17986 (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?
Title: Re: Touchless SDK
Post by: Heiko on 2008-Oct-09
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.
Title: Re: Touchless SDK
Post by: trucidare on 2008-Oct-09
Using .Net3.
.Net using managed DLLs hard to wrapp.
Title: Re: Touchless SDK
Post by: Heiko on 2008-Oct-09
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
Title: Re: Touchless SDK
Post by: Hemlos on 2008-Oct-10
Quote from: Kitty Hello on 2008-Oct-09
http://www.codeplex.com/touchless/Release/ProjectReleases.aspx?ReleaseId=17986 (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.
Title: Re: Touchless SDK
Post by: Kitty Hello on 2008-Oct-10
do it with a shader, I'd suggest.