8000 archive · Android-for-Python/Camera4Kivy@6b93ba3 · GitHub
[go: up one dir, main page]

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

Commit 6b93ba3

Browse files
archive
1 parent 0211602 commit 6b93ba3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Camera4Kivy
33

44
*Yet Another Camera for Kivy*
55

6+
**2023-11-13 This repository is archived.**
7+
68
2023/02/09 : Android users: camerax_provider has been updated to version 0.0.3, and when updating see also [enable_video](#enable_video).
79

810
- [Overview](#overview)
@@ -149,7 +151,7 @@ Set `p4a.hook` to enable the app's use of the [camera provider](https://github.c
149151

150152
`p4a.hook = camerax_provider/gradle_options.py`
151153

152-
The implementation of the camerax gradle dependencies is architecture specific, an app built for armeabi-v7a will crash on an arm64-v8a device.
154+
The implementation of the camerax gradle dependencies is architecture specific, an app built for *only* armeabi-v7a will crash on an arm64-v8a device.
153155

154156
#### Run Time Permissions
155157

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = camera4kivy
3-
version = 0.3.1
3+
version = 0.3.2
44
author = Robert Flatt
55
description = Yet Another Camera for Kivy
66
long_description = file: index.md

0 commit comments

Comments
 (0)
0