25d5c86d90
Spiffs basic preferences save and restore ( #49 )
...
Implement SPIFFS based preferences save and restore, stubs for FaceDB to be aded later.
UI confirmations for Actions
v3.0-Beta1
2020-09-27 15:21:44 +02:00
a755093a8e
Partially revert the previous commit
2020-09-26 12:19:46 +02:00
274f7b7270
The messy file structure was bugging me, so a small filesystem layout refactoring, all non-core files are now in 'local'
2020-09-26 11:47:22 +02:00
2f01dbaab3
Travis: build default, then with myconfig ( #47 )
...
* nice bonus; also tests non AP-mode builds
2020-09-25 18:26:30 +02:00
5689fa7e30
Wifi persistance ( #46 )
...
* Making the WiFi reconnect more robust. (#44 )
* Configurable wifi watchdog
* Fix logic, Better user feedback for connect/disconnect
Co-authored-by: Athrogate <AthrogatePEQ@users.noreply.github.com >
2020-09-25 18:01:47 +02:00
79952f77dc
Some trivial structure and log changes
2020-09-22 12:03:18 +02:00
941d6a49bf
style
2020-09-22 10:55:40 +02:00
cf3a220a8a
Start storing rotation as a signed integer, instead of a string. makes saving/loading preferences easier
2020-09-22 10:47:47 +02:00
e28eadd66d
Doc options ( #42 )
...
* Discreet camera option settings defaults, commented out by default, and a note about them in the readme
2020-09-21 22:22:44 +02:00
387dc078c9
Move flashLED & setLamp to start of file ( #41 )
...
Fix builds on PlatformIO (and other Development Environments too, I suspect)
2020-09-16 22:12:41 +02:00
2bed7db68f
Correct CSS size, reduce padding on upper buttons. #40
2020-09-16 12:48:20 +02:00
48a3dc50be
Streamviewer ( #39 )
...
* dedicated stream viewer
* minimal functionality, but does rotate correctly
* stream autostarts and scales to window size preserving aspect ratio
2020-09-15 00:04:45 +02:00
91810ea280
move css into include file, and reduce whitespace in hosted site. ( #36 )
...
* Move all CSS into a include file, reduce whitespace count on primary html
* loading spinner, script tweaks, css fixes for image position/flow
* move camera index pages
* close button location needs to move as it rotates
2020-09-13 15:28:38 +02:00
71dd634be8
Mini viewer ( #34 )
...
fixes #25
2020-09-10 19:54:00 +02:00
bab559b27d
Favicon ( #30 )
...
* New icons, correctly tinted and compressed
* Handle the new icon URI's in the main app.
* Remove the PROGMEM directives, they have no effect, and we have lots of storage.
* describe how I made the .ico file from the commandline
v2.0
2020-09-10 04:26:34 +02:00
8ef24aa43c
Nice little test tool for linear led mapping
2020-09-09 04:30:38 +02:00
ef740ff88c
Fix title properly
2020-09-09 02:59:54 +02:00
e88ed7c938
This has been bugging me for days.
2020-09-09 02:58:57 +02:00
9b8584f8c3
Defaults and general improvements ( #24 )
...
* A whole bunch more user configurable default settings
* Stream URL now exposed
* Restore Linear LED operation with a nicer logarithmic function.
* Small fixes and tweaks to UI, info and javascript
* Logo
2020-09-09 02:57:37 +02:00
bbeed33ea0
fix #15 Synced against board and app updates in upstream ( #22 )
...
Two new board models added and a minor code change to match changes in upstream example.
2020-08-30 14:42:57 +02:00
cca8a2ee51
Make github link appear in new tab
2020-08-26 12:23:56 +02:00
d57f5e029c
Remove Camera Selector ( #19 )
...
* CAMERA_MODULE_OVxxxx directives stripped out
* Feedback camera module model and warn if unsupported (but fallback to OV 2640)
2020-08-26 12:20:19 +02:00
e44728024a
Add a link back to GitHub repo
2020-08-25 20:40:43 +02:00
da0a780bcd
Config Documentation ( #16 )
...
* New board selection graphic with new menu layout
* Update with new config, triage text and links.
2020-08-25 11:06:17 +02:00
dd8cf6eb46
Moreconfig ( #14 )
...
Move board hardware and other user options into myconfig
Add ability to disable lamp if fitted but not used or wanted
Disable the mjpg stream statistics output by default
v1.3
2020-08-23 21:49:10 +02:00
ede61d4c74
defaults, not personal settings ( #12 )
2020-08-21 19:49:14 +02:00
15b3db536c
Added rotation initialisation - allows to start with say 90deg. + Wifi AP option ( #9 )
...
Changes from JMfloyd:
*Allow to define an initial rotation value (compiled in) on startup; sets the select object, and initialises the figure transformations.
*Allows option to setup a wifi AP for standalone operation; My setup is for a rear camera on a trailer which requires a 90 rotation
* Additional myconfig options for rotation and wifi AP
2020-08-21 18:36:36 +02:00
c73adfd4ec
Build feedback ( #10 )
...
* Build status feedback
* Correct partition size
2020-08-18 04:04:03 +02:00
f460000801
Travis is my CI friend
2020-08-18 03:40:27 +02:00
751b939f3c
Add a link to the useful 'Random Nerd' ESP32 CAM troubleshooting guide
2020-04-08 00:10:03 +02:00
dd7636320b
Merge pull request #6 from easytarget/psram
...
Add pins definition for M5STACK_NO_PSRAM;
v1.2
2020-04-07 23:58:53 +02:00
f93c7a2882
Add pins definition for M5STACK_NO_PSRAM; looks to be a popular module but has a different pin layout.
...
- See https://randomnerdtutorials.com/esp32-cam-video-streaming-face-recognition-arduino-ide/#comment-406803 for more
- Also discussed on: https://randomnerdtutorials.com/esp32-cam-troubleshooting-guide/
- Addresses: sp_camera_fb_get(): Failed to get the frame on time!
2020-04-07 23:52:59 +02:00
0112f2f6a5
Merge branch 'jmfloyd-Rotate', fixes #5
v1.1
2020-04-07 22:30:07 +02:00
90556e95a4
Add acknowlegement
2020-04-07 22:29:15 +02:00
2070135dcd
Expand improvements from @jmfloyd to transform around a corner and move appropriately as rotated.
...
Minor typo fixup and moved all these features into the OV3360 html for completeness.
2020-04-07 22:21:59 +02:00
df044b303f
Add files via upload
...
Added a style transform rotate command to the view that allows the camera to be orientated in different ways. Added a rotate select item to the setup menu. Not perfect but working. I have not added anything to c code base only the html.
2020-03-29 17:58:16 +11:00
1cfa98426c
Document
v1.0
2019-11-20 14:29:07 +01:00
617f68c80f
Flash a bit more
2019-11-19 02:50:01 +01:00
6f7b46ea57
mode readme tems
2019-11-19 02:20:59 +01:00
158aae50d6
Update 'README.md'
2019-11-19 01:36:01 +01:00
81e6d55ef2
fix a wiring issue
2019-11-19 01:19:26 +01:00
d3397e6bb9
Merge branch 'master' of ssh://easytarget.org:22022/owen/esp32-cam-webserver
2019-11-19 00:39:13 +01:00
1a541cdef3
Hoockup diagram
2019-11-19 00:38:37 +01:00
cbea427397
More info, image links
2019-11-18 23:53:16 +01:00
cd19a211ac
Pictures
2019-11-18 23:27:50 +01:00
897b7a27d3
checkpoint
2019-11-18 22:56:58 +01:00
5edf1bead7
Cant stop tweaking
2019-11-18 17:25:18 +01:00
fe5038e49b
Doc update
2019-11-18 13:42:54 +01:00
d50dc56fc4
Some comments and config rearrangement
2019-11-18 12:23:23 +01:00
bd951254b3
iProdding and poking into a releasable form
2019-11-18 10:31:48 +01:00