mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 20:46:52 +03:00
Rolling 20220118
This commit is contained in:
@@ -11,6 +11,12 @@
|
|||||||
|
|
||||||
____
|
____
|
||||||
|
|
||||||
|
#### #19 Extended log informations
|
||||||
|
|
||||||
|
* https://github.com/jomjol/AI-on-the-edge-device/issues/580
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### #18 Document WLAN-strength in web page
|
#### #18 Document WLAN-strength in web page
|
||||||
|
|
||||||
* https://github.com/jomjol/AI-on-the-edge-device/issues/563
|
* https://github.com/jomjol/AI-on-the-edge-device/issues/563
|
||||||
|
|||||||
@@ -54,6 +54,11 @@ In other cases you can contact the developer via email: <img src="https://raw.gi
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
##### Rolling (2022-01-18)
|
||||||
|
|
||||||
|
- Reduces camera clock speed to 5 MHz (instead of 20 MHz - `xclk_freq_hz = 5000000`)
|
||||||
|
|
||||||
|
|
||||||
##### 10.2.0 - Stability Increase (2022-01-14)
|
##### 10.2.0 - Stability Increase (2022-01-14)
|
||||||
|
|
||||||
- **ATTENTION:** Due to the update camera driver, the image looks different and a new setup might be needed
|
- **ATTENTION:** Due to the update camera driver, the image looks different and a new setup might be needed
|
||||||
|
|||||||
@@ -73,8 +73,8 @@ static camera_config_t camera_config = {
|
|||||||
.pin_pclk = CAM_PIN_PCLK,
|
.pin_pclk = CAM_PIN_PCLK,
|
||||||
|
|
||||||
//XCLK 20MHz or 10MHz for OV2640 double FPS (Experimental)
|
//XCLK 20MHz or 10MHz for OV2640 double FPS (Experimental)
|
||||||
.xclk_freq_hz = 20000000, // Orginalwert
|
// .xclk_freq_hz = 20000000, // Orginalwert
|
||||||
// .xclk_freq_hz = 5000000, // Test, um die Bildfehler los zu werden !!!!
|
.xclk_freq_hz = 5000000, // Test, um die Bildfehler los zu werden !!!!
|
||||||
.ledc_timer = LEDC_TIMER_0,
|
.ledc_timer = LEDC_TIMER_0,
|
||||||
.ledc_channel = LEDC_CHANNEL_0,
|
.ledc_channel = LEDC_CHANNEL_0,
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
const char* GIT_REV="8972f17";
|
const char* GIT_REV="3a4b11e";
|
||||||
const char* GIT_TAG="";
|
const char* GIT_TAG="v10.2.0";
|
||||||
const char* GIT_BRANCH="master";
|
const char* GIT_BRANCH="rolling";
|
||||||
const char* BUILD_TIME="2022-01-14 20:29";
|
const char* BUILD_TIME="2022-01-18 07:13";
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
const char* GIT_REV="8972f17";
|
const char* GIT_REV="3a4b11e";
|
||||||
const char* GIT_TAG="";
|
const char* GIT_TAG="v10.2.0";
|
||||||
const char* GIT_BRANCH="master";
|
const char* GIT_BRANCH="rolling";
|
||||||
const char* BUILD_TIME="2022-01-14 20:29";
|
const char* BUILD_TIME="2022-01-18 07:13";
|
||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user