diff options
| author | Den Delimarsky <[email protected]> | 2019-03-13 19:15:06 -0700 |
|---|---|---|
| committer | Den Delimarsky <[email protected]> | 2019-03-13 19:15:06 -0700 |
| commit | dbc7785c3a7ced56ecac6b5a9dfb81ef45dedac6 (patch) | |
| tree | 2a8e1a39358b66cc2bc0d85e163956aafd5ccd16 /avstream | |
| parent | ffeacc14932f98db4e7926825909a37d2b6d332f (diff) | |
Update manifests
Diffstat (limited to 'avstream')
| -rw-r--r-- | avstream/avscamera/README.md | 2 | ||||
| -rw-r--r-- | avstream/avscamera/mft0/README.md | 2 | ||||
| -rw-r--r-- | avstream/avshws/README.md | 2 | ||||
| -rw-r--r-- | avstream/avssamp/README.md | 1 | ||||
| -rw-r--r-- | avstream/sampledevicemft/README.md | 1 | ||||
| -rw-r--r-- | avstream/samplemft0/README.md | 1 |
6 files changed, 3 insertions, 6 deletions
diff --git a/avstream/avscamera/README.md b/avstream/avscamera/README.md index 4dcc24bb..81f0d3c4 100644 --- a/avstream/avscamera/README.md +++ b/avstream/avscamera/README.md @@ -19,7 +19,7 @@ products: # AvsCamera - AVStream Camera Sample Driver -The AvsCamera sample provides a pin-centric AVStream capture driver for a simulated front and back camera. The driver performs simulated captures at 320x240 or 640x480 in RGB24, RGB32, YUY2 and NV12 formats at various frame rates. The purpose of the sample is to demonstrate how to write a fully functional AVStream camera driver. +The AvsCamera sample provides a pin-centric AVStream capture driver for a simulated front and back camera. The driver performs simulated captures at 320x240 or 640x480 in RGB24, RGB32, YUY2 and NV12 formats at various frame rates. The purpose of the sample is to demonstrate how to write a fully functional AVStream camera driver. This sample features strong parameter validation and overflow detection. It provides validation and simulation logic for all advanced camera controls in the CCaptureFilter class. A real camera driver would replace the filter automation table and CSensor and CSynthesizer class hierarchies to produce a new camera driver. diff --git a/avstream/avscamera/mft0/README.md b/avstream/avscamera/mft0/README.md index 3064837e..b492a3b2 100644 --- a/avstream/avscamera/mft0/README.md +++ b/avstream/avscamera/mft0/README.md @@ -18,7 +18,7 @@ products: # AvsCamera: AVStream Camera Sample Driver -The AvsCamera sample provides a pin-centric AVStream capture driver for a simulated front and back camera. The driver performs simulated captures at 320x240 or 640x480 in RGB24, RGB32, YUY2 and NV12 formats at various frame rates. The purpose of the sample is to demonstrate how to write a fully functional AVStream camera driver. +The AvsCamera sample provides a pin-centric AVStream capture driver for a simulated front and back camera. The driver performs simulated captures at 320x240 or 640x480 in RGB24, RGB32, YUY2 and NV12 formats at various frame rates. The purpose of the sample is to demonstrate how to write a fully functional AVStream camera driver. This sample features strong parameter validation and overflow detection. It provides validation and simulation logic for all advanced camera controls in the CCaptureFilter class. A real camera driver would replace the filter automation table and CSensor and CSynthesizer class hierarchies to produce a new camera driver. diff --git a/avstream/avshws/README.md b/avstream/avshws/README.md index 5413a2c0..5768e521 100644 --- a/avstream/avshws/README.md +++ b/avstream/avshws/README.md @@ -90,4 +90,4 @@ Code tour File | Description -----|------------ Avshws.h | Main header file for the sample -Avshws.inf | Sample installation file +Avshws.inf | Sample installation file
\ No newline at end of file diff --git a/avstream/avssamp/README.md b/avstream/avssamp/README.md index 12e38b7e..91c25824 100644 --- a/avstream/avssamp/README.md +++ b/avstream/avssamp/README.md @@ -20,7 +20,6 @@ products: The AVStream filter-centric simulated capture sample driver (Avssamp) provides a filter-centric [AVStream](http://msdn.microsoft.com/en-us/library/windows/hardware/ff554240) capture driver with functional audio. This streaming media driver performs video captures at 320 x 240 pixel resolution in RGB24 or YUV422 format while playing a user-provided Pulse Code Modulation (PCM) wave audio file in a loop. The sample demonstrates how to write a filter-centric AVStream minidriver. - Installation instructions ------------------------- diff --git a/avstream/sampledevicemft/README.md b/avstream/sampledevicemft/README.md index 25d5991e..2998e966 100644 --- a/avstream/sampledevicemft/README.md +++ b/avstream/sampledevicemft/README.md @@ -26,7 +26,6 @@ In this sample, the Device Transform , when enabled, will replicate a photo sequ This sample is designed to be used with a specific camera. To run the sample, you need the your camera's device ID and device metadata package. - Related topics -------------- diff --git a/avstream/samplemft0/README.md b/avstream/samplemft0/README.md index 4370517b..3e97e680 100644 --- a/avstream/samplemft0/README.md +++ b/avstream/samplemft0/README.md @@ -24,7 +24,6 @@ In this sample, the driver MFT, when enabled, replaces a portion of the captured This sample is designed to be used with a specific camera. To run the sample, you need the your camera's device ID and device metadata package. - Related topics -------------- |
