Tuesday, November 1, 2011

Implementing Digital Zoom Using Directshow Render on Windows CE 6.0

There are some cases wherein digital zoom is required to implement in your Directshow camera application. For example, some camera modules support a few levels of optical zoom and user have a need of more zoom level apart from the supported camera optical zoom or some camera won’t support optical zoom at all. If this is your case, then this blog post can give you some pointers to implement the digital zoom in your Directshow camera application on window CE 6.0.
http://www.e-consystems.com/blog/windowsce/?p=544 

1 comment:

Anonymous said...

hi, i want use a camera in a full screen application in mini6410 with lcd 4.3 (480*272). i read your sample code for change resolution using CCaptureFramework library. GetNumberOfCapabilities maximum returns (320*240) as supported resolution for my device. can i have a good picture with (480*272) resolution in this situation? thanks