Windows CE

Others

Implementing Digital Zoom Using Directshow Render on Windows CE 6.0

Vinoth Rajagopalan
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......
Others

Performance Tuning on DirectShow Camera Application

Prabu Kumar
Windows CE 6.0 supports DirectShow® components to develop a rich camera application. A minimum requirement of the camera application is to show preview, capturing the still images which is stored as a compressed file (JPG) format, capturing/multiplexing the video with or without audio i.e. stored as a compressed file (WMV)......
Others

Resolution Switching in DirectShow Camera Application

Prabu Kumar
DirectShow sample camera test application source code resides in the ($(WINCEROOT)\PRIVATE\TEST\MULTIMEDIA\DIRECTX\DSHOW\CAMERA) directory of the WINCE 6.0 installation. The CameraFramework source present on the private code supports functions which can be used to develop full functional directshow camera application. Many of them were asking about the how to switch between the......