C#
|
|
 |

|
A very good point, especially as a lot of people don't know that Read returns the count of bytes that it has read.
|
|
|
|

|
Greetings i have been looking for something that can help me put images on google image search, just after taking a picture through webcam, like google goggle, i have tried SBI sharp but it gives var result and its hard to get the image, can anyone guide me what is this called or how can i get this thing working
Thanks !
|
|
|
|

|
If you're talking about similar image search, go to images.google.com and click the camera icon in the searchbox.
|
|
|
|

|
i would like to take picture from camera and upload it to google image search and get result of similar images !
|
|
|
|

|
That's exactly what it does.
You can also try TinEye[^]
|
|
|
|

|
you dont get my point i want to take a picture from my webcam and search it online instantly ! is there any open source prog. for this or what things can help me i need some guide .
Thanks
|
|
|
|

|
Hello
I created more than 20 games on windows phone7 .I want to convert that all games for windows 8 ultrabook but touches are not working properly in ultrabook that means gesture..anyone know how to handle or enable gesture in windows 8 ultrabook
my code is for touches:
In constuctor()
{
EnabledGestures = GestureType.Tap;
}
public override void HandleInput(InputState input)
{
foreach (GestureSample gesture in input.Gestures)
{
if (gesture.GestureType == GestureType.Tap)
{
}
}
}
whenever i am touching windows 8 ultrabook.Its always showing gesture count is 0.
and its not coming inside.
foreach (GestureSample gesture in input.Gestures)
{
}
so how we enable gesture in windows 8 ultrabook.
whenever i am touching windows 8 ultrabook.gesture count comes 0.
its not coming inside.
foreach (GestureSample gesture in input.Gestures)
{
}
so how we enable gesture in windows 8 ultrabook.
please reply me ASAP.
waiting for ur reply
Thank U
Best Regards,
Ashish Gupta
|
|
|
|

|
See this MSDN page[^].
One of these days I'm going to think of a really clever signature.
|
|
|
|

|
Perhaps keep your eye on what this company, LeapMotion, is developing: high-precision gestural control without touching the screen:[^].
best, Bill
"Everything we call real is made of things that cannot be regarded as real." Niels Bohr
|
|
|
|

|
Hi,
I need to improve oops advancd concepts and learn advanced in c# dot net.
any one can help to me .
|
|
|
|
 |
|
|
General
News
Suggestion
Question
Bug
Answer
Joke
Rant
Admin