Commit Graph

  • 095e22147b Merge pull request #239 from daschr/fork/multi-stream multi-stream Owen Carter 2022-05-09 11:19:56 +02:00
  • 4c9ab6e174 Clean up setting grab mode and default framesizes - stop handling non-psram scenarios. master Owen 2022-05-08 08:58:47 +02:00
  • 1ba62fe149 Platformio stream, fix #218 Owen 2022-05-08 08:47:05 +02:00
  • 3bba1a5e98 import myconfig setting in cam_streamer David Schramm 2022-04-11 11:05:25 +02:00
  • c209af1c38 remove types.h David Schramm 2022-03-27 13:56:08 +02:00
  • 7565740a4b add autolamp and more debug output David Schramm 2022-03-27 13:47:29 +02:00
  • 6600df863e change CAM_STREAMER_MAX_CLIENTS & MIN_FRAME_TIME loc and improved debug David Schramm 2022-03-27 10:23:22 +02:00
  • 8e37e22f02 Merge pull request #237 from daschr/master Owen Carter 2022-03-26 10:42:57 +01:00
  • ba3c09fdbd add stream counter David Schramm 2022-03-21 19:22:57 +01:00
  • 5058cd97b1 add multiclient streaming David Schramm 2022-03-21 09:48:43 +01:00
  • 7d499010af bump version v4.0 Owen 2022-03-14 14:26:11 +01:00
  • 466a9f4828 Platformio is broken - note Owen 2022-03-14 12:38:10 +01:00
  • fc4e0f39f6 calling esp_camera_sensor_get() while streaming crashes module, dont do it, report errors more coherently Owen 2022-03-14 10:06:00 +01:00
  • 740db4ea54 Fix for LAMP_PIN undefined Owen 2022-03-11 12:01:23 +01:00
  • 9c96ded688 Merge pull request #229 from easytarget/4-0-rc1 Owen Carter 2022-03-11 04:30:42 +01:00
  • 44042e0006 Fix OTA and seperate camera init Owen 2022-03-11 04:25:46 +01:00
  • 31c381da65 [ci skip] trivial update API doc Owen Carter 2022-03-10 16:56:46 +01:00
  • c149e280c9 [skip ci] re-order troubleshooting section Owen Carter 2022-03-10 16:01:25 +01:00
  • 4f58ba7459 [ci skip] Comment change Owen 2022-03-10 15:48:25 +01:00
  • fccbd75ac3 mdns name and tooltips Owen 2022-03-10 14:44:26 +01:00
  • a79667686f fix build Owen 2022-03-10 12:49:19 +01:00
  • 273fdf6b79 note stream stop uri in API Owen 2022-03-10 12:48:38 +01:00
  • 9426f3f135 Merge pull request #195 from 15498th/framerate_limit Owen Carter 2022-03-09 16:36:37 +01:00
  • cfe81b0ff8 Merge branch '4-0-rc1' into framerate_limit Owen Carter 2022-03-09 16:34:18 +01:00
  • d064e8826a Merge branch 'master' into 4-0-rc1 Owen Carter 2022-03-09 15:01:26 +01:00
  • ed71e54477 Mdns additions (#230) rdragonrydr 2022-03-09 08:48:46 -05:00
  • 04a94ede54 [ci skip] Add link to common issues in discussions Owen 2022-03-09 12:27:37 +01:00
  • b1db350700 fix prefs label (#147) Eric Fontaine 2022-03-09 06:03:06 -05:00
  • a3ce29a00a Lamp Warning symbol and tooltip (#148) Eric Fontaine 2022-03-09 05:58:54 -05:00
  • b5c2293ceb fix autolamp tooltip (#146) Eric Fontaine 2022-03-09 05:55:03 -05:00
  • f4bde8b77c autolamp value in prefs should be bool Owen 2022-03-09 11:41:40 +01:00
  • cb78162ea4 lamp default state fix #204 Owen 2022-03-09 11:40:40 +01:00
  • 322187ced9 Strip trailing whitespace everywhere Owen 2022-03-09 08:40:00 +01:00
  • 3fc9389c57 fix doc Owen 2022-03-09 08:27:29 +01:00
  • 2be6d0bdd2 Start SPIFFS before camera module, #214 Owen 2022-03-08 14:56:25 +01:00
  • 9402cdf4b7 remove the beta warning Owen 2022-03-08 13:51:56 +01:00
  • 6d825277cf Fail if no PSRAM, fix #196 Owen 2022-03-08 13:46:51 +01:00
  • 0bd175366c be slightly more explicit in instructions v3.5 3.x Owen Carter 2022-03-08 12:37:07 +01:00
  • de0154779d Xclock in gui and stream stop button Owen 2022-03-08 11:34:45 +01:00
  • 08e5f8517f V3.5 notes Owen Carter 2022-03-07 09:19:24 +01:00
  • 048ed892f9 No longer building 3.x on travis Owen 2022-03-07 08:47:48 +01:00
  • 28ea59e8a2 Bump version Owen 2022-03-07 08:42:40 +01:00
  • 4a6e80d137 Bring in latest v4 changes where appropriate Owen 2021-12-31 19:03:45 +01:00
  • 4b6cd9a56e Add definition for ArduCAM_ESP32S_UNO [ci skip] v4.0.beta3 Owen 2021-12-31 11:09:51 +01:00
  • 395c4c70bb Update Version [ci skip] Owen 2021-12-31 10:36:10 +01:00
  • 152eec7be6 Framebuffer fix (#199) Owen Carter 2021-12-31 02:47:58 +01:00
  • 20f4c24dae Fix delay before first frame by sending first request boundary before entering the loop. 15498th 2021-12-19 02:12:10 +03:00
  • 1b836c5479 Apply framerate limiting delay after serving content boundary. 15498th 2021-12-19 00:08:16 +03:00
  • a75627a341 Merge branch 'framerate_limit' of https://github.com/15498th/esp32-cam-webserver into framerate_limit 15498th 2021-12-18 15:26:18 +03:00
  • 28466654a3 Merge branch 'easytarget:master' into framerate_limit 15498th 2021-12-18 15:25:59 +03:00
  • fdd920910e Change UI to show the same values of framerate control as used in command interface. 15498th 2021-12-18 14:39:52 +03:00
  • 721e825daa Use better name for framerate limit variables. 15498th 2021-12-18 14:29:43 +03:00
  • 69888bd6d8 Update API documentation. 15498th 2021-12-18 14:07:23 +03:00
  • d19dd25dd3 Fix index selection example using wrong keyword. (#194) 15498th 2021-12-17 16:15:43 +03:00
  • a63bcc35c8 Add max fps control for ov3660 index page. 15498th 2021-12-17 00:15:05 +03:00
  • 1cda0e2ef7 Add max fps control in full index page for ovh2640. 15498th 2021-12-17 00:15:01 +03:00
  • 158575affe Add framerate limit, print delay in debug dump. Add global variable and #define in config to set default. Add new parameter in /control handler and preferences. 15498th 2021-12-17 00:14:44 +03:00
  • ae37979514 Latest toolchain Owen 2021-12-16 16:20:55 +01:00
  • ba7c20a2b6 replaced \n\r with \r\n (#174) Armin 2021-12-16 16:14:30 +01:00
  • 36aee90352 docs: Fix a few typos (#184) Tim Gates 2021-12-17 02:10:45 +11:00
  • 0ef997e21b correct partition scheme in readme, fix #172 Owen Carter 2021-10-15 04:21:11 +02:00
  • a40e92470a Add a default text color to menus to assist customisers [skip travis] Owen 2021-10-11 14:30:13 +02:00
  • 4031ab2530 Fix rotate -90 degree bug (#169) Armin 2021-10-11 12:44:58 +02:00
  • 827e533236 fix branch definition in travis Owen 2021-09-27 16:44:43 +02:00
  • 052f58673c update ide and framework in travis Owen 2021-09-27 16:43:21 +02:00
  • 44f11768da Some minor fix-ups that I forgot to check-in (#168) Owen Carter 2021-09-27 16:33:14 +02:00
  • 03b0982c7f Option to disable onboard notification led (also #138) Owen 2021-09-26 13:02:49 +02:00
  • 88d07a963f Fix compiling on modules with no LAMP_PIN (#138) Owen 2021-09-26 11:52:39 +02:00
  • fb2fc1bcb4 Better feedback for no psram/filesystem errors Owen 2021-09-26 11:27:05 +02:00
  • d1928a2050 Interactive slider improvements (#166) Owen Carter 2021-09-26 03:00:15 +02:00
  • f6709d0ce8 Increase default WiFi Connect Owen 2021-09-25 15:13:29 +02:00
  • 4d253bf180 Platformio OTA partitioning and upload (#160) (#165) Owen Carter 2021-09-24 12:45:16 +02:00
  • 8d11706a16 Re-Calculate URLs on WiFi reconnect (#159) Owen Carter 2021-09-11 15:17:41 +02:00
  • eec83d6b78 #158 Re-Calculate URLs on WiFi reconnect (#159) Owen Carter 2021-09-11 15:17:41 +02:00
  • 7a29a3190e Minor example correction Owen 2021-09-03 19:40:59 +02:00
  • b1cb4a0432 Remove framebuffer-jpeg conversion, not needed without FaceDetection Owen 2021-09-03 15:17:04 +02:00
  • b6f79e8120 Update IDE screenshot, fix #155 Owen 2021-09-03 14:36:30 +02:00
  • ca602a40c2 Temperature and OTA feedback (#156) Owen Carter 2021-09-03 14:13:40 +02:00
  • f6f4642ed3 Temperature Display in data screen (#151) v3.4 Owen 2021-09-02 13:20:59 +02:00
  • ba13cfdd39 Bump to 3.4 Owen 2021-09-03 12:21:07 +02:00
  • 594adb550d Handle corrupt preferences files (#129) Owen Carter 2021-06-30 18:22:51 +02:00
  • 50d2a7d919 Fix compiling for ESP Arduino core 2.x (#130) Owen Carter 2021-07-01 01:04:29 +02:00
  • 9fb70cb2c6 Import latest fixes from upstream jsonlib (#132) Owen Carter 2021-07-01 11:29:41 +02:00
  • 3ba9e818a7 Improve support for changing cam clock frequency v4.0.beta2 Owen 2021-07-03 16:10:37 +02:00
  • 56c52672b2 Import latest fixes from upstream jsonlib (#132) Owen Carter 2021-07-01 11:29:41 +02:00
  • 5fef3bd9e5 Fix compiling for ESP Arduino core 2.x (#130) Owen Carter 2021-07-01 01:04:29 +02:00
  • aa66d86cec Be more generaous wioth PSRAM now FaceDetect is removed Owen 2021-06-30 19:56:08 +02:00
  • f6f71cdf93 Warn on serial log if no PSRAM Owen 2021-06-30 19:54:55 +02:00
  • 942a74a26a Reduce visual artifacts by more carefully chosen bus frequency Owen 2021-06-30 19:51:38 +02:00
  • 55b091ea7c Handle corrupt preferences files (#129) Owen Carter 2021-06-30 18:22:51 +02:00
  • b33f9258e9 NTP basic sync (#124) Owen Carter 2021-06-08 20:42:14 +02:00
  • 84b55bad91 No face (#117) v4.0.beta Owen Carter 2021-06-08 15:49:10 +02:00
  • b0e137f239 Fix #119: add 3.x maintenance branch Owen Carter 2021-06-08 15:03:22 +02:00
  • b03317eb42 Disable WiFi Powersave for better responsiveness (#123) v3.3 Owen Carter 2021-06-08 10:57:40 +02:00
  • e992269e50 Free boxes (#122) v3.2.1 Owen Carter 2021-06-08 08:08:14 +02:00
  • 0cba55bbca V3.2 (#112) v3.2 Owen Carter 2021-05-17 12:57:33 +02:00
  • fd77a62e65 Notes Owen Carter 2021-05-11 21:29:09 +02:00
  • 2c6428d7ca Image sizes again Owen 2021-05-11 21:08:53 +02:00
  • 8c6f9490a1 Readme formating Owen 2021-05-11 21:01:50 +02:00
  • 08e0a4411a Smaller images Owen 2021-05-11 20:55:12 +02:00