Skip to content

Commit

Permalink
Merge pull request #6 from Ay-De/develop
Browse files Browse the repository at this point in the history
code changes and clarifications in the readme file
  • Loading branch information
Ay-De authored Feb 26, 2022
2 parents 5b4add1 + 24522eb commit 9820b9d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ Legend:
⚠️ in progress
❌ not started yet

## File Info:

| Folder | Description |
| ------------- | ------------- |
| source | Contains the Python source code|
| recipes | Contains the modified OpenCV recipe to build the latest OpenCV version (current 4.5.5) for Arm64|
| buildozer.spec | Contains the configurations for buildozer for creating the Android APK|

## Known Issues

- Ultrawide camera lenses are producing a black image in the viewfinder and no image is saved if the shutter button is pressed under this scenario.
Expand Down
2 changes: 1 addition & 1 deletion buildozer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ version = 0.1
# (list) Application requirements
# comma separated e.g. requirements = sqlite3,kivy
# NOTE: ONLY SPECIFY 3RD PARTY LIBRARIES HERE. NO INTERNAL LIKE time, OS,...
requirements = python3,kivy,opencv,pyjnius
requirements = python3,kivy,opencv

# (str) Custom source folders for requirements
# Sets custom source for any requirements with recipes
Expand Down

0 comments on commit 9820b9d

Please sign in to comment.