Quantcast
Channel:
Browsing latest articles
Browse All 20 View Live

Hi Shyam,

Hi Shyam,Did you manage to get any usable values for openness?  All i got is ZERO.Thanks!

View Article



Hi

HiI am using a similar approach for moving the mouse cursor, but in C++. For converting to screen coordinates you need to get the screen size (W, H), then convert to screen coordinates using the frame...

View Article

Hello Bogdan,

Hello Bogdan,I had figured it out long back. But still I have not added any costant to fine tune it, may be that's why it does not move to corners of screen properly. What constants you have used?Yes...

View Article

I have found those constants

I have found those constants empirically, by moving the cursor to the upper left corner.Is there any workaround for the slowness in the PC SDK ? I notice the same behavior with the provided examples.

View Article

Something like this:

Something like this:static int scrW = Screen.PrimaryScreen.Bounds.Width;static int scrH = Screen.PrimaryScreen.Bounds.Height;private static double xPos = 0;private static double yPos = 0;...PXCMImage[]...

View Article


Thanks Evgeniy L for code. I

Thanks Evgeniy L for code. I did similar just the difference is I applied filter then I convert into another coordinate system but yours is first conversion then filter which is making it more...

View Article

Hi, @Shyam

Hi, @Shyamhere is a recomendation that may help to reach the 4 points of the screen: Once that you have the position of the hand in the 320, 240 coordinate system compute the difference of this point...

View Article

Little comment about that:

Little comment about that:Quote:del Rio wrote:x_difference = data_mouse.positionImage.x - 160;y_difference = data_mouse.positionImage.y - 120;I think that you must not use constants. All values must be...

View Article


Hello,

Hello,When i run the gesture example, i am trying to move the mouse using hand gestures, but the mouse only moves in the top left portion of my screen although i have selected scale (radio button) so...

View Article


Hello,

Hello,When i run the gesture example, i am trying to move the mouse using hand gestures, but the mouse only moves in the top left portion of my screen although i have selected scale (radio button) so...

View Article
Browsing latest articles
Browse All 20 View Live




Latest Images