- Attention
- Valid only for
Windows
- Introduction
Implements a Streaming Source which captures video streams from camera devices using DirectShow
.
Provides a QML
editor to ease the configuration of the camera device within the Configuration Editor
.
- A click on "Configure Camera..." in the context menu of the
DirectShow Video Capture Device
opens the Camera Configuration Editor
.
- Note
- To address the device by id, use device:<ID> within the property
device
See also DirectShow Video Capture Device - Tutorial.
- Plugin Information
Plugin Filename | demo_directshow_capture_device.adtfplugin |
Plugin Description | demo_directshow_capture_device.plugindescription |
Plugin Name | DirectShow Video Capture Device Plugin |
License | ADTF |
Support Mail | support@digitalwerk.net |
Homepage URL | www.digitalwerk.net |
- Plugin Versions
Plugin Version | 3.11.2 |
Plugin File Version | 1.0 |
adtf::devicetb | 3.11.2 |
adtf | 3.16.2 |
adtf::ucom | 3.1.0 |
- Component Information
Name | DirectShow Video Capture Device |
CID | demo_directshow_capture_device.streaming_source.devicetb.cid |
Description | Use this Streaming Source to receive data from a video device compatible with DirectShow API. |
Type | Filter |
- Properties
Name | Value | Type | Description | Subproperties |
device | default | cString | The name of the device. You can also address the device by ID, use device:<ID>. | |
framerate | 0 | tUInt32 | Specifies the frames per second. | |
height | 0 | tInt32 | Sets the height for resolution. | |
width | 0 | tInt32 | Sets the width for resolution. | |
- Output Pins
Name | Stream Type | Description |
video | adtf/image | The captured video sample stream. |
- Dynamic Pins
Dynamic Input Pins | false |
Dynamic Output Pins | false |
Dynamic Input Binding Pins | false |
Dynamic Output Binding Pins | false |
- Output Pin Stream Types
Pin Name | video |
Meta Type Name | adtf/image |
Stream Type Properties |
Name | Value | Type | Description | Subproperties |
data_endianess | 1 | tUInt32 | | |
format_name | | cString | | |
max_byte_size | 0 | tUInt32 | | |
pixel_height | 0 | tUInt32 | | |
pixel_width | 0 | tUInt32 | | |
|
- Source Code
-