summaryrefslogtreecommitdiff
path: root/avstream
diff options
context:
space:
mode:
authorDen Delimarsky <[email protected]>2019-03-13 13:26:17 -0700
committerDen Delimarsky <[email protected]>2019-03-13 13:26:17 -0700
commit391db42c817138b0b06c5e21270acdf12bab31a1 (patch)
tree9910b4e297792da94ae846798e834f757790ed47 /avstream
parentb376cda09e60215ea229d55e19ade907d84cdf81 (diff)
Update READMEs
Diffstat (limited to 'avstream')
-rw-r--r--avstream/avscamera/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/avstream/avscamera/README.md b/avstream/avscamera/README.md
index 9ab30cfe..7f336504 100644
--- a/avstream/avscamera/README.md
+++ b/avstream/avscamera/README.md
@@ -2,6 +2,7 @@
topic: sample
name: AvsCamera - AVStream Camera Sample Driver
description: Provides a pin-centric AVStream capture driver for a simulated front and back camera that performs simulated captures at 320x240 or 640x480 in RGB24, RGB32, YUY2 and NV12 formats at various frame rates.
+urlFragment: avscamera
languages:
- cpp
products:
@@ -17,7 +18,7 @@ products:
samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=620184
--->
-# AvsCamera: AVStream Camera Sample Driver
+# 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.