This demo covers creating a DirectShow Video Capture Device Streaming Source
which captures video streams from camera devices using DirectShow.
A QML editor is used to ease the configuration of the camera device within the ADTF Configuration Editor.
After reading this guide, you will know:
How to use DirectShow to access the images send from a camera
How to set the resolution in the image stream type
How to implement a streaming source
How to implement a QML editor to change properties
To build this streaming source, you need the Windows 10 SDK for Windows 10 and the strmbase Library provided in ./src/examples/src/directshow_capture_device/sdk/strmbase
Requirements
For passing this lesson with success, you should have finished followed tutorials from the ADTF3 Guides:
Streaming Sources
For further information about programming DirectShow applications, see the following link: