-
Notifications
You must be signed in to change notification settings - Fork 114
Expand file tree
/
Copy pathDeviceVideoForWindows.dox
More file actions
38 lines (26 loc) · 1.5 KB
/
DeviceVideoForWindows.dox
File metadata and controls
38 lines (26 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/*!
\page DeviceVideoForWindows Video for Windows compatible imaging device
\section VideoForWindowsSupportedHwDevices Supported hardware devices
This device is deprecated, use MmfVideo device instead.
Compatible frame grabbers and webcams through Video for Windows interface.
Limitations: currently only certain color modes are supported, minor additional conversion routines may be needed for some devices.
\section VideoForWindowsSupportedPlatforms Supported platforms
- \ref PackageWin32
- \ref PackageWin64
- \ref PackageWin32XPe
\section VideoForWindowsInstallation Installation
\section VideoForWindowsConfigSettings Device configuration settings
- \xmlAtt \ref DeviceType "Type" = \c "VFWVideo" \RequiredAtt
- \xmlAtt \ref DeviceAcquisitionRate "AcquisitionRate" \OptionalAtt{30}
- \xmlAtt \ref LocalTimeOffsetSec \OptionalAtt{0}
- \xmlElem \ref DataSources Exactly one \c DataSource child element is required \RequiredAtt
- \xmlElem \ref DataSource \RequiredAtt
- \xmlAtt \ref PortUsImageOrientation \RequiredAtt
- \xmlAtt \ref ImageType \OptionalAtt{BRIGHTNESS}
- \xmlAtt \ref BufferSize \OptionalAtt{150}
- \xmlAtt \ref AveragedItemsForFiltering \OptionalAtt{20}
- \xmlAtt \ref ClipRectangleOrigin \OptionalAtt{0 0 0}
- \xmlAtt \ref ClipRectangleSize \OptionalAtt{0 0 0}
\section VideoForWindowsExampleConfigFile Example configuration file PlusDeviceSet_Server_VfwVideoCapture.xml
\include "ConfigFiles/PlusDeviceSet_Server_VfwVideoCapture.xml"
*/