-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
library.json
60 lines (60 loc) · 1.38 KB
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "EspNowCam",
"version": "0.1.16",
"homepage":"https://github.com/hpsaturn/esp32s3-cam",
"keywords":
[
"Camera",
"M5Stack",
"ESPNow",
"ESP-Now",
"Video",
"Streaming",
"Buffers",
"ESP32Cam",
"Esp32s3",
"XIAO",
"AI-Thinker",
"Freenove",
"M5CoreS3",
"M5Core2",
"M5Core",
"Nanopb"
],
"description":"ESPNowCam, a straightforward video streamer for popular ESP32Cam models, leveraging the ESPNow protocol. No need for IPs, routers, or credentials—keeping it simple! :D ESPNowCam supports ESP32 Cameras and displays. **This library is for general purpose**, as it receives pointers to data, such as buffers, strings, images, or any byte-formatted content. This versatility allows you to transmit larger packages.",
"repository":
{
"type": "git",
"url": "https://github.com/hpsaturn/esp32s3-cam"
},
"frameworks": ["espidf", "arduino"],
"platforms":
[
"espressif32"
],
"export": {
"exclude":
[
".github",
".travis.yml",
".gitignore",
"deploy.sh",
"releases",
"pictures",
"screenshots"
]
},
"authors":
[
{
"name": "@hpsaturn",
"url": "https://hpsaturn.com",
"maintainer": true
}
],
"license": "GPL-3.0-only",
"dependencies":
[
{"name":"Nanopb", "owner":"nanopb", "version":"0.4.8"}
]
}