From 286ea885ec10c5c356cbff6f814b4c5579a4d015 Mon Sep 17 00:00:00 2001 From: Bartosz Firyn Date: Wed, 6 Feb 2013 22:47:29 +0100 Subject: [PATCH] Update pages --- webcam-capture-pages/src/site/index.html | 90 +++++++++++++++++-- .../src/site/stylesheets/styles.css | 17 +++- 2 files changed, 96 insertions(+), 11 deletions(-) diff --git a/webcam-capture-pages/src/site/index.html b/webcam-capture-pages/src/site/index.html index be7eebd9..da206fbd 100644 --- a/webcam-capture-pages/src/site/index.html +++ b/webcam-capture-pages/src/site/index.html @@ -60,6 +60,8 @@

Webcam Capture

Build Status

+ +

Requirements

@@ -70,23 +72,68 @@

Requirements

+

Core Features

+ + +

Contribute

+ +

+If you have spare time, knownledge or even some small money amount +to spent, you can help developing awesome Webcam Capture API and make +it even better! Several kinds of contributions are very welcome: +

+ +

+

+

+ + +

How To Start

@@ -285,12 +332,41 @@

VLCj Driver

Examples

+

+Confirmed to be perfectly running on the following systems (please +report at the project page if you tested it on other system, just +create new issue for that purpose): +

+ +

+

+

+ +

+Problems detected on those configurations: +

+ +

+

+

+ +

Capture Image

To capture single image and save it to disk:

 Webcam webcam = Webcam.getDefault();
+webcam.open();
 BufferedImage image = webcam.getImage();
 ImageIO.write(image, "PNG", new File("test.png"));
 
diff --git a/webcam-capture-pages/src/site/stylesheets/styles.css b/webcam-capture-pages/src/site/stylesheets/styles.css index a5ad53a4..b96383b6 100644 --- a/webcam-capture-pages/src/site/stylesheets/styles.css +++ b/webcam-capture-pages/src/site/stylesheets/styles.css @@ -109,6 +109,14 @@ a:active { outline: 0; } +a[name].anchor { + position: relative; + top: -190px; + display: block; + height: 0; + width: 0; +} + /* ============================================================================= Typography ========================================================================== */ @@ -156,9 +164,9 @@ abbr[title] { /* * Addresses style set to 'bolder' in FF3+, S4/5, Chrome */ -b, -strong { +b, strong { font-weight: bold; + color: #222; } blockquote { @@ -473,12 +481,13 @@ table { } body { - font: 14px/22px "Quattrocento Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; - color: #666; + font: 15px/22px "Quattrocento Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; + color: #444; font-weight: 300; margin: 0px; padding: 0px 0 20px 0px; background: url(../images/body-background.png) #eae6d1; + text-align: justify; } h1, h2, h3, h4, h5, h6 {