File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
libraries/ESP32/examples/Camera/CameraWebServer Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -531,9 +531,9 @@ static esp_err_t stream_handler(httpd_req_t *req)
531
531
int64_t fr_recognize = 0 ;
532
532
int64_t fr_encode = 0 ;
533
533
int64_t fr_face = 0 ;
534
+ int64_t fr_start = 0 ;
534
535
#endif
535
536
int face_id = 0 ;
536
- int64_t fr_start = 0 ;
537
537
size_t out_len = 0 , out_width = 0 , out_height = 0 ;
538
538
uint8_t *out_buf = NULL ;
539
539
bool s = false ;
@@ -585,8 +585,8 @@ static esp_err_t stream_handler(httpd_req_t *req)
585
585
_timestamp.tv_sec = fb->timestamp .tv_sec ;
586
586
_timestamp.tv_usec = fb->timestamp .tv_usec ;
587
587
#if CONFIG_ESP_FACE_DETECT_ENABLED
588
- fr_start = esp_timer_get_time ();
589
588
#if ARDUHAL_LOG_LEVEL >= ARDUHAL_LOG_LEVEL_INFO
589
+ fr_start = esp_timer_get_time ();
590
590
fr_ready = fr_start;
591
591
fr_encode = fr_start;
592
592
fr_recognize = fr_start;
You can’t perform that action at this time.
0 commit comments