Necuno
Court Jester
- Joined
- Sep 27, 2005
- Messages
- 58,566
- Reaction score
- 3,437
Yes HD!
The few methods I've played with works as follows:
1) Get device
2) Point device to a canvas
3) Initiate
4) Copy from that canvas
5) Save to file
The problem with is that its not HD and about 96dpi since its a screen capture. Enter Media Foundation which so far seems to be C++ only. Then finally I got to a C++/C# example however it requires vs2013 and of course windows 8.
So in the end it doesn't seem to be possible using C#, well from what I could tell. Either you need some wrapped C++, SDK or the MF route with vs2013 and win8.
Unless I'm missing something here... Has anyone captured HD photos with C#?
The few methods I've played with works as follows:
1) Get device
2) Point device to a canvas
3) Initiate
4) Copy from that canvas
5) Save to file
The problem with is that its not HD and about 96dpi since its a screen capture. Enter Media Foundation which so far seems to be C++ only. Then finally I got to a C++/C# example however it requires vs2013 and of course windows 8.
So in the end it doesn't seem to be possible using C#, well from what I could tell. Either you need some wrapped C++, SDK or the MF route with vs2013 and win8.
Unless I'm missing something here... Has anyone captured HD photos with C#?