HTCCamera v.1.0

HTC provides the simpliest DirectShow driver, that does not allow to chose resolution of frame that we want to grab… does not allow to control flash or autofocus and other available settings that default application allows…
Here is first version of HTCCamera class that works directly with driver as result we can choose resolution of grabbing […]

How to get focused/targeted image?

After i added functionality to draw target/rectangle on preview, i received some emails with question how to grab part that exactly in rectagnle.
Ok you dont need anything special and any lib, for example you draw target with

Rect _rect

then to grab that part you need:
1. Grab full image

Bitmap bmp = new Bitmap(width, height);
System.Drawing.Imaging.BitmapData data = bmp.LockBits(new […]

DirectShow.NETCF sources

I received a lot of requests for share sources of library…
First of all, sorry guys i`m not going to open sources for free, but if somebody really need em for some reasons (sign library, add changes, learn something so on) i ready to sell it. you will have to sign NDA and then you can […]

cout << “hello world” << endl;

subj