Skip to content
This repository was archived by the owner on Nov 14, 2023. It is now read-only.

Commit 8af91ec

Browse files
committed
Update README.md
1 parent 9f3ffd4 commit 8af91ec

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

README.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ Camera4Kivy
1515
+ [Run Time Permissions](#run-time-permissions-1)
1616
- [Examples](#examples)
1717
* [Tested Examples](#tested-examples)
18-
+ [C4K-Photo-Example](#-c4k-photo-example--https---githubcom-android-for-python-c4k-photo-example-)
19-
+ [C4K-QR-Example](#-c4k-qr-example--https---githubcom-android-for-python-c4k-qr-example-)
20-
+ [C4K-OpenCV-Example](#-c4k-opencv-example--https---githubcom-android-for-python-c4k-opencv-example-)
21-
+ [C4K-MLKit-Example](#-c4k-mlkit-example--https---githubcom-android-for-python-c4k-mlkit-example-)
22-
+ [C4K-TFLite-Example](#-c4k-tflite-example--https---githubcom-android-for-python-c4k-tflite-example-)
18+
+ [C4K Photo Example](#c4k-photo-example)
19+
+ [C4K QR Example](#c4k-qr-example)
20+
+ [C4K OpenCV Example](#c4k-opencv-example)
21+
+ [C4K MLKit Example](#c4k-mlkit-example)
22+
+ [C4K TFLite Example](#c4k-tflite-example)
2323
* [Tested Platforms](#tested-platforms)
2424
- [Preview Widget](#preview-widget)
2525
* [Preview Widget Properties](#preview-widget-properties)
@@ -201,20 +201,23 @@ The Photo example illustrates basic camera usage, try this first. The remaining
201201

202202
On Android and iOS the app can rotate when the device rotates, on the desktop you can change the window size to simulate orientation, and thus rotating a mobile device.
203203

204-
#### [C4K-Photo-Example](https://github.com/Android-for-Python/c4k_photo_example)
205-
Illustrates basic layout using screens. Basic camera functionality including photo capture, screenshot capture, and on Android capture of video with audio.
204+
#### C4K Photo Example
205+
[C4K-Photo-Example](https://github.com/Android-for-Python/c4k_photo_example). Illustrates basic layout using screens. Basic camera functionality including photo capture, screenshot capture, and on Android capture of video with audio.
206206
On Raspberry PI a mouse must be used, a touch pad does not work correctly.
207207

208-
#### [C4K-QR-Example](https://github.com/Android-for-Python/c4k_qr_example)
209-
Everything you need to read a restaurant menu. Long press or double click on a highlighted QR code to open a web browser. Illustrates basic analysis, screen annotation, and user interaction.
208+
#### C4K QR Example
209+
[C4K-QR-Example](https://github.com/Android-for-Python/c4k_qr_example). Everything you need to read a restaurant menu. Long press or double click on a highlighted QR code to open a web browser. Illustrates basic analysis, screen annotation, and user interaction.
210210

211-
#### [C4K-OpenCV-Example.](https://github.com/Android-for-Python/c4k_opencv_example)
211+
#### C4K OpenCV Example
212+
[C4K OpenCV Example](https://github.com/Android-for-Python/c4k_opencv_example)
212213
Edge detect the video stream. Illustrates using OpenCV analysis and replacing the original preview with the transformed image.
213214

214-
#### [C4K-MLKit-Example](https://github.com/Android-for-Python/c4k_mlkit_example)
215+
#### C4K MLKit Example
216+
[C4K MLKit Example](https://github.com/Android-for-Python/c4k_mlkit_example)
215217
Face detect, MLKit is Android only. Illustrates using the ImageProxy api.
216218

217-
#### [C4K-TFLite-Example](https://github.com/Android-for-Python/c4k_tflite_example)
219+
#### C4K TFLite Example
220+
[C4K TFLite Example](https://github.com/Android-for-Python/c4k_tflite_example)
218221
Object classification. Illustrates using a large Tensorflow Lite model, and writing text to the Preview image.
219222

220223
### Tested Platforms

0 commit comments

Comments
 (0)