26
26
27
27
## Previews <a name =" previews " ></a >
28
28
29
- <img align =" center " src =" .github/images/app-preview-cam-01.png " />
30
-
31
- ---
32
-
33
- Early stage rotation:
34
-
35
- <img align =" center " src =" .github/images/rotation-demo.gif " />
29
+ This section is coming soon...
36
30
37
31
<p align =" right " >[ <a href =" #index " >Back to top</a > ]</p >
38
32
39
33
## Hardware Requirements <a name =" hardware-requirements " ></a >
40
34
41
- Requires an ESP32-CAM module. Here's a few on Amazon that I've personally used:
42
-
43
- - https://amzn.to/3NCoQUq
44
-
45
- - https://amzn.to/46IuAF9
35
+ Requires an ESP32-CAM module (I've personally used these: [ Amazon link 1] [ amazon-esp32-cam-link-1 ] | [ Amazon link 2] [ amazon-esp32-cam-link-2 ] ).
46
36
47
37
<p align =" right " >[ <a href =" #index " >Back to top</a > ]</p >
48
38
@@ -60,7 +50,23 @@ This section is coming soon...
60
50
61
51
## Software Installation <a name =" software-installation " ></a >
62
52
63
- This section is coming soon...
53
+ 1 . Connect your Flipper Zero via USB, or insert your MicroSD.
54
+ 2 . Download "camerasuite.fap" from the release section.
55
+ 3 . Move "camerasuite.fap" into ` ~\apps\gpio\ ` on your Flipper Zero MicroSD:
56
+ ```
57
+ . # The Flipper Zero MicroSD root.
58
+ ├── apps # The Flipper Zero Applications folder.
59
+ | ├── gpio # The Flipper Zero General Purpose Input/Output folder.
60
+ | | ├── camerasuite.fap # The Camera Suite application.
61
+ ```
62
+ 4 . Reinsert your MicroSD into your Flipper Zero if you took it out.
63
+ 5 . Plug in your ESP32-CAM module to your Flipper Zero.
64
+ 6 . Press the "Power" button on your Flipper Zero to turn it on.
65
+ 7 . Open the application "[ ESP32-CAM] Camera Suite":
66
+ ```
67
+ Applications > GPIO > [ESP32-CAM] Camera Suite
68
+ ```
69
+ 8 . That's it! Follow the on screen instructions to continue.
64
70
65
71
<p align =" right " >[ <a href =" #index " >Back to top</a > ]</p >
66
72
84
90
85
91
<!-- LINKS -->
86
92
93
+ [ amazon-esp32-cam-link-1 ] : https://amzn.to/3NCoQUq
94
+ [ amazon-esp32-cam-link-2 ] : https://amzn.to/46IuAF9
87
95
[ flipper-zero-fap-boilerplate ] : https://github.com/leedave/flipper-zero-fap-boilerplate
88
96
[ flipperzero-camera ] : https://github.com/Z4urce/flipperzero-camera
89
97
[ github-profile-z4urce ] : https://github.com/Z4urce
0 commit comments