Kaynağa Gözat

Docs: add page Recommendations for WebAR

customisations
alemart 9 ay önce
ebeveyn
işleme
71000f64ca
4 değiştirilmiş dosya ile 18 ekleme ve 9 silme
  1. 1
    8
      docs/faq.md
  2. 3
    1
      docs/guidelines-for-images.md
  3. 12
    0
      docs/recommendations.md
  4. 2
    0
      mkdocs.yml

+ 1
- 8
docs/faq.md Dosyayı Görüntüle

@@ -10,14 +10,7 @@ Refer to the [concepts](./tutorial/concepts.md).
10 10
 
11 11
 ## What are your recommendations for WebAR?
12 12
 
13
-For a good experience with WebAR:
14
-
15
-* Don't move the camera nor the target image too quickly. This produces motion blur.
16
-* The target image should appear clearly in the video.
17
-* The physical environment should be properly illuminated.
18
-* If you're scanning the image on a screen, make sure to adjust the brightness. If the screen is too bright (too dark), it will cause overexposure (underexposure) in the video and tracking difficulties - details of the images will be lost. Screen reflections are also undesirable.
19
-* If you print the image, avoid shiny materials (e.g., glossy paper). They may generate artifacts in the image and interfere with the tracking. Prefer non-reflective materials.
20
-* Avoid low-quality cameras. Cameras of common smartphones are okay.
13
+Refer to the [recommendations](./recommendations.md).
21 14
 
22 15
 ## Is this WebXR?
23 16
 

+ 3
- 1
docs/guidelines-for-images.md Dosyayı Görüntüle

@@ -53,4 +53,6 @@ If you're using a screen to display your images, make sure to adjust its brightn
53 53
 
54 54
 ### Test it!
55 55
 
56
-In addition to the guidelines presented above, you should always experiment with your images and make sure it all works as intended. Keep in mind that proper lighting of the physical environment is also very important!
56
+In addition to the guidelines presented above, you should always experiment with your images and make sure it all works as intended. Keep in mind that proper lighting of the physical environment is also very important!
57
+
58
+See also: [Recommendations for WebAR](./recommendations.md).

+ 12
- 0
docs/recommendations.md Dosyayı Görüntüle

@@ -0,0 +1,12 @@
1
+# Recommendations for WebAR
2
+
3
+For a good experience with WebAR:
4
+
5
+* Don't move the camera nor the target image too quickly. This produces motion blur.
6
+* The target image should appear clearly in the video.
7
+* The physical environment should be properly illuminated.
8
+* If you're scanning the image on a screen, make sure to adjust the brightness. If the screen is too bright (too dark), it will cause overexposure (underexposure) in the video and tracking difficulties - details of the images will be lost. Screen reflections are also undesirable.
9
+* If you print the image, avoid shiny materials (e.g., glossy paper). They may generate artifacts in the image and interfere with the tracking. Prefer non-reflective materials.
10
+* Avoid low-quality cameras. Cameras of common smartphones are okay.
11
+
12
+See also: [Guidelines for Images](./guidelines-for-images.md).

+ 2
- 0
mkdocs.yml Dosyayı Görüntüle

@@ -52,6 +52,7 @@ nav:
52 52
     - 'Demos': 'demos.md'
53 53
     - 'Learn': 'tutorial/introduction.md'
54 54
     - 'API Reference': 'api/ar.md'
55
+    - 'Recommendations': 'recommendations.md'
55 56
     - 'Guidelines for Images': 'guidelines-for-images.md'
56 57
     - 'Support my work': 'support-my-work.md'
57 58
     - 'License': 'license.md'
@@ -66,6 +67,7 @@ nav:
66 67
     - 'Activate your webcam': 'tutorial/activate-your-webcam.md'
67 68
     - 'Augment the scene': 'tutorial/augment-the-scene.md'
68 69
     - 'Next steps': 'tutorial/next-steps.md'
70
+    - 'Recommendations': 'recommendations.md'
69 71
     - 'Guidelines for Images': 'guidelines-for-images.md'
70 72
     - 'Questions & Answers': 'faq.md'
71 73
   - 'API':

Loading…
İptal
Kaydet