It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am not sure where I have to start to create .NET application (C#) to "Capture Live Video from various Video Devices."
Any clue?
There is a code project project that does what you are looking for using directx.
http://www.codeproject.com/Articles/7123/Capture-Live-Video-from-various-Video-Devices
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
Is it possible to use google map API in windows metro style app using C# and XAML ?
It's very possible. Use JSON or REST Services entailed in the Google MAP API. With those you can do just about any platform. Please state what you've tried, and be more specific in the future.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Is it possible to get a IIS Smooth Stream without using Expression Encoder?
All articles i browse are related to IIS Smooth Streaming with expression encoder only.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I wanna start working on Bluetooth, and design a network by that, so i have basic question:
can i find model of phone by Bluetooth application in my server? (to send application for that model)
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Scrape Data in C# from images
Your best bet may be to buy an OCR library. There seem to a variety of them out there.
http://www.componentsource.com/features/scanning-ocr/net-class/index.html
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
is there any working/reliable open source TCP/IP Server App in C#?
You don't have very specific requirements, but there is a whole bunch at Codeplex(search:server+socket), just pick one that suits your need there.