2023-07-11 08:06:55 +03:00
|
|
|
App(
|
|
|
|
appid="camerasuite",
|
|
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
|
|
cdefines=["APP_CAMERA_SUITE"],
|
|
|
|
entry_point="camera_suite_app",
|
2023-07-11 14:53:54 +03:00
|
|
|
fap_author="Cody Tolene",
|
2023-07-11 08:06:55 +03:00
|
|
|
fap_category="GPIO",
|
2023-07-11 14:53:54 +03:00
|
|
|
fap_description="A camera suite application for the Flipper Zero ESP32-CAM module.",
|
|
|
|
fap_icon="icons/camera_suite.png",
|
2023-07-11 08:06:55 +03:00
|
|
|
fap_libs=["assets"],
|
2023-07-11 14:53:54 +03:00
|
|
|
fap_weburl="https://github.com/CodyTolene/Flipper-Zero-Cam",
|
2023-07-11 08:06:55 +03:00
|
|
|
name="[ESP32] Camera Suite",
|
|
|
|
order=1,
|
|
|
|
requires=["gui", "storage"],
|
2023-07-11 14:53:54 +03:00
|
|
|
stack_size=8 * 1024,
|
|
|
|
)
|