ADTF_DEVICE_TOOLBOX  3.11.3 (ADTF 3.16.2)
DirectShow Video Capture Device
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 Filenamedemo_directshow_capture_device.adtfplugin
Plugin Descriptiondemo_directshow_capture_device.plugindescription
Plugin NameDirectShow Video Capture Device Plugin
LicenseADTF
Support Mailsupport@digitalwerk.net
Homepage URLwww.digitalwerk.net
Plugin Versions
Plugin Version3.11.3
Plugin File Version1.0
adtf::devicetb3.11.3
adtf3.16.2
adtf::ucom3.1.0
Component Information
NameDirectShow Video Capture Device
CIDdemo_directshow_capture_device.streaming_source.devicetb.cid
DescriptionUse this Streaming Source to receive data from a video device compatible with DirectShow API.
TypeFilter
Properties
NameValueTypeDescriptionSubproperties
devicedefaultcStringThe name of the device. You can also address the device by ID, use device:<ID>.
framerate0tUInt32Specifies the frames per second.
height0tInt32Sets the height for resolution.
width0tInt32Sets the width for resolution.
Output Pins
NameStream TypeDescription
video adtf/image The captured video sample stream.
Dynamic Pins
Dynamic Input Pinsfalse
Dynamic Output Pinsfalse
Dynamic Input Binding Pinsfalse
Dynamic Output Binding Pinsfalse
Output Pin Stream Types
Pin Namevideo
Meta Type Nameadtf/image
Stream Type Properties
NameValueTypeDescriptionSubproperties
data_endianess1tUInt32
format_namecString
max_byte_size0tUInt32
pixel_height0tUInt32
pixel_width0tUInt32

Source Code