ClassControllCamera.cpp 34 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204
  1. #include "ClassControllCamera.h"
  2. #include "ClassLogFile.h"
  3. #include <stdio.h>
  4. #include "driver/gpio.h"
  5. #include "esp_timer.h"
  6. #include "esp_log.h"
  7. #include "Helper.h"
  8. #include "statusled.h"
  9. #include "CImageBasis.h"
  10. #include "server_ota.h"
  11. #include "server_GPIO.h"
  12. #include "../../include/defines.h"
  13. #include <esp_event.h>
  14. #include <esp_log.h>
  15. #include <esp_system.h>
  16. #include <nvs_flash.h>
  17. #include <sys/param.h>
  18. #include <string.h>
  19. #include <sys/stat.h>
  20. #include "freertos/FreeRTOS.h"
  21. #include "freertos/task.h"
  22. #include "esp_camera.h"
  23. #include "driver/ledc.h"
  24. #include "MainFlowControl.h"
  25. #include "ov2640_sharpness.h"
  26. #if (ESP_IDF_VERSION_MAJOR >= 5)
  27. #include "soc/periph_defs.h"
  28. #include "esp_private/periph_ctrl.h"
  29. #include "soc/gpio_sig_map.h"
  30. #include "soc/gpio_periph.h"
  31. #include "soc/io_mux_reg.h"
  32. #include "esp_rom_gpio.h"
  33. #define gpio_pad_select_gpio esp_rom_gpio_pad_select_gpio
  34. #define gpio_matrix_in(a, b, c) esp_rom_gpio_connect_in_signal(a, b, c)
  35. #define gpio_matrix_out(a, b, c, d) esp_rom_gpio_connect_out_signal(a, b, c, d)
  36. #define ets_delay_us(a) esp_rom_delay_us(a)
  37. #endif
  38. CCamera Camera;
  39. camera_controll_config_temp_t CCstatus;
  40. static const char *TAG = "CAM";
  41. /* Camera live stream */
  42. #define PART_BOUNDARY "123456789000000000000987654321"
  43. static const char *_STREAM_CONTENT_TYPE = "multipart/x-mixed-replace;boundary=" PART_BOUNDARY;
  44. static const char *_STREAM_BOUNDARY = "\r\n--" PART_BOUNDARY "\r\n";
  45. static const char *_STREAM_PART = "Content-Type: image/jpeg\r\nContent-Length: %u\r\n\r\n";
  46. uint8_t *demoImage = NULL; // Buffer holding the demo image in bytes
  47. #define DEMO_IMAGE_SIZE 30000 // Max size of demo image in bytes
  48. // Camera module bus communications frequency.
  49. // Originally: config.xclk_freq_mhz = 20000000, but this lead to visual artifacts on many modules.
  50. // See https://github.com/espressif/esp32-camera/issues/150#issuecomment-726473652 et al.
  51. #if !defined(XCLK_FREQ_MHZ)
  52. // int xclk = 8;
  53. int xclk = 20; // Orginal value
  54. #else
  55. int xclk = XCLK_FREQ_MHZ;
  56. #endif
  57. static camera_config_t camera_config = {
  58. .pin_pwdn = CAM_PIN_PWDN,
  59. .pin_reset = CAM_PIN_RESET,
  60. .pin_xclk = CAM_PIN_XCLK,
  61. .pin_sscb_sda = CAM_PIN_SIOD,
  62. .pin_sscb_scl = CAM_PIN_SIOC,
  63. .pin_d7 = CAM_PIN_D7,
  64. .pin_d6 = CAM_PIN_D6,
  65. .pin_d5 = CAM_PIN_D5,
  66. .pin_d4 = CAM_PIN_D4,
  67. .pin_d3 = CAM_PIN_D3,
  68. .pin_d2 = CAM_PIN_D2,
  69. .pin_d1 = CAM_PIN_D1,
  70. .pin_d0 = CAM_PIN_D0,
  71. .pin_vsync = CAM_PIN_VSYNC,
  72. .pin_href = CAM_PIN_HREF,
  73. .pin_pclk = CAM_PIN_PCLK,
  74. .xclk_freq_hz = (xclk * 1000000),
  75. .ledc_timer = LEDC_TIMER_0, // LEDC timer to be used for generating XCLK
  76. .ledc_channel = LEDC_CHANNEL_0, // LEDC channel to be used for generating XCLK
  77. .pixel_format = PIXFORMAT_JPEG, // YUV422,GRAYSCALE,RGB565,JPEG
  78. .frame_size = FRAMESIZE_VGA, // QQVGA-UXGA Do not use sizes above QVGA when not JPEG
  79. // .frame_size = FRAMESIZE_UXGA, //QQVGA-UXGA Do not use sizes above QVGA when not JPEG
  80. .jpeg_quality = 6, // 0-63 lower number means higher quality
  81. .fb_count = 1, // if more than one, i2s runs in continuous mode. Use only with JPEG
  82. .fb_location = CAMERA_FB_IN_PSRAM, /*!< The location where the frame buffer will be allocated */
  83. .grab_mode = CAMERA_GRAB_LATEST, // only from new esp32cam version
  84. };
  85. typedef struct
  86. {
  87. httpd_req_t *req;
  88. size_t len;
  89. } jpg_chunking_t;
  90. CCamera::CCamera(void)
  91. {
  92. #ifdef DEBUG_DETAIL_ON
  93. ESP_LOGD(TAG, "CreateClassCamera");
  94. #endif
  95. CCstatus.WaitBeforePicture = 2;
  96. ledc_init();
  97. }
  98. esp_err_t CCamera::InitCam(void)
  99. {
  100. ESP_LOGD(TAG, "Init Camera");
  101. CCstatus.ImageQuality = camera_config.jpeg_quality;
  102. CCstatus.ImageFrameSize = camera_config.frame_size;
  103. // initialize the camera
  104. esp_camera_deinit(); // De-init in case it was already initialized
  105. esp_err_t err = esp_camera_init(&camera_config);
  106. if (err != ESP_OK)
  107. {
  108. ESP_LOGE(TAG, "Camera Init Failed");
  109. return err;
  110. }
  111. CCstatus.CameraInitSuccessful = true;
  112. // Get a reference to the sensor
  113. sensor_t *s = esp_camera_sensor_get();
  114. if (s != NULL)
  115. {
  116. CCstatus.CamSensor_id = s->id.PID;
  117. // Dump camera module, warn for unsupported modules.
  118. switch (CCstatus.CamSensor_id)
  119. {
  120. case OV2640_PID:
  121. ESP_LOGI(TAG, "OV2640 camera module detected");
  122. break;
  123. case OV3660_PID:
  124. ESP_LOGI(TAG, "OV3660 camera module detected");
  125. break;
  126. case OV5640_PID:
  127. ESP_LOGI(TAG, "OV5640 camera module detected");
  128. break;
  129. default:
  130. ESP_LOGE(TAG, "Camera module is unknown and not properly supported!");
  131. CCstatus.CameraInitSuccessful = false;
  132. }
  133. }
  134. if (CCstatus.CameraInitSuccessful)
  135. {
  136. return ESP_OK;
  137. }
  138. else
  139. {
  140. return ESP_FAIL;
  141. }
  142. }
  143. bool CCamera::testCamera(void)
  144. {
  145. bool success;
  146. camera_fb_t *fb = esp_camera_fb_get();
  147. if (fb)
  148. {
  149. success = true;
  150. }
  151. else
  152. {
  153. success = false;
  154. }
  155. esp_camera_fb_return(fb);
  156. return success;
  157. }
  158. void CCamera::ledc_init(void)
  159. {
  160. #ifdef USE_PWM_LEDFLASH
  161. // Prepare and then apply the LEDC PWM timer configuration
  162. ledc_timer_config_t ledc_timer = {};
  163. ledc_timer.speed_mode = LEDC_MODE;
  164. ledc_timer.timer_num = LEDC_TIMER;
  165. ledc_timer.duty_resolution = LEDC_DUTY_RES;
  166. ledc_timer.freq_hz = LEDC_FREQUENCY; // Set output frequency at 5 kHz
  167. ledc_timer.clk_cfg = LEDC_AUTO_CLK;
  168. ESP_ERROR_CHECK(ledc_timer_config(&ledc_timer));
  169. // Prepare and then apply the LEDC PWM channel configuration
  170. ledc_channel_config_t ledc_channel = {};
  171. ledc_channel.speed_mode = LEDC_MODE;
  172. ledc_channel.channel = LEDC_CHANNEL;
  173. ledc_channel.timer_sel = LEDC_TIMER;
  174. ledc_channel.intr_type = LEDC_INTR_DISABLE;
  175. ledc_channel.gpio_num = LEDC_OUTPUT_IO;
  176. ledc_channel.duty = 0; // Set duty to 0%
  177. ledc_channel.hpoint = 0;
  178. // ledc_channel.flags.output_invert = LEDC_OUTPUT_INVERT;
  179. ESP_ERROR_CHECK(ledc_channel_config(&ledc_channel));
  180. #endif
  181. }
  182. void CCamera::SetLEDIntensity(float _intrel)
  183. {
  184. _intrel = min(_intrel, (float)100);
  185. _intrel = max(_intrel, (float)0);
  186. _intrel = _intrel / 100;
  187. CCstatus.ImageLedIntensity = (int)(_intrel * 8191);
  188. ESP_LOGD(TAG, "Set led_intensity to %d of 8191", CCstatus.ImageLedIntensity);
  189. }
  190. bool CCamera::getCameraInitSuccessful(void)
  191. {
  192. return CCstatus.CameraInitSuccessful;
  193. }
  194. esp_err_t CCamera::setSensorDatenFromCCstatus(void)
  195. {
  196. sensor_t *s = esp_camera_sensor_get();
  197. if (s != NULL)
  198. {
  199. s->set_framesize(s, CCstatus.ImageFrameSize);
  200. s->set_quality(s, CCstatus.ImageQuality); // 0 - 63
  201. s->set_brightness(s, CCstatus.ImageBrightness); // -2 to 2
  202. s->set_contrast(s, CCstatus.ImageContrast); // -2 to 2
  203. s->set_saturation(s, CCstatus.ImageSaturation); // -2 to 2
  204. // s->set_sharpness(s, CCstatus.ImageSharpness); // auto-sharpness is not officially supported, default to 0
  205. SetCamSharpness(CCstatus.ImageAutoSharpness, CCstatus.ImageSharpness);
  206. s->set_denoise(s, CCstatus.ImageDenoiseLevel); // The OV2640 does not support it, OV3660 and OV5640 (0 to 8)
  207. s->set_special_effect(s, CCstatus.ImageSpecialEffect); // 0 to 6 (0 - No Effect, 1 - Negative, 2 - Grayscale, 3 - Red Tint, 4 - Green Tint, 5 - Blue Tint, 6 - Sepia)
  208. s->set_wb_mode(s, CCstatus.ImageWbMode); // 0 to 4 - if awb_gain enabled (0 - Auto, 1 - Sunny, 2 - Cloudy, 3 - Office, 4 - Home)
  209. s->set_ae_level(s, CCstatus.ImageAeLevel); // -2 to 2
  210. s->set_aec_value(s, CCstatus.ImageAecValue); // 0 to 1200
  211. s->set_agc_gain(s, CCstatus.ImageAgcGain); // 0 to 30
  212. // s->set_gainceiling(s, CCstatus.ImageGainceiling); // Image gain (GAINCEILING_x2, x4, x8, x16, x32, x64 or x128)
  213. ov5640_set_gainceiling(s, CCstatus.ImageGainceiling);
  214. s->set_lenc(s, CCstatus.ImageLenc); // 0 = disable , 1 = enable
  215. s->set_gain_ctrl(s, CCstatus.ImageAgc); // 0 = disable , 1 = enable
  216. s->set_exposure_ctrl(s, CCstatus.ImageAec); // 0 = disable , 1 = enable
  217. s->set_hmirror(s, CCstatus.ImageHmirror); // 0 = disable , 1 = enable
  218. s->set_vflip(s, CCstatus.ImageVflip); // 0 = disable , 1 = enable
  219. s->set_aec2(s, CCstatus.ImageAec2); // 0 = disable , 1 = enable
  220. s->set_bpc(s, CCstatus.ImageBpc); // 0 = disable , 1 = enable
  221. s->set_wpc(s, CCstatus.ImageWpc); // 0 = disable , 1 = enable
  222. s->set_raw_gma(s, CCstatus.ImageRawGma); // 0 = disable , 1 = enable
  223. s->set_awb_gain(s, CCstatus.ImageAwbGain); // 0 = disable , 1 = enable
  224. s->set_whitebal(s, CCstatus.ImageAwb); // 0 = disable , 1 = enable
  225. s->set_dcw(s, CCstatus.ImageDcw); // 0 = disable , 1 = enable
  226. TickType_t xDelay2 = 100 / portTICK_PERIOD_MS;
  227. vTaskDelay(xDelay2);
  228. return ESP_OK;
  229. }
  230. else
  231. {
  232. return ESP_FAIL;
  233. }
  234. }
  235. esp_err_t CCamera::getSensorDatenToCCstatus(void)
  236. {
  237. sensor_t *s = esp_camera_sensor_get();
  238. if (s != NULL)
  239. {
  240. CCstatus.CamSensor_id = s->id.PID;
  241. CCstatus.ImageFrameSize = (framesize_t)s->status.framesize;
  242. CCstatus.ImageGainceiling = (gainceiling_t)s->status.gainceiling;
  243. CCstatus.ImageQuality = s->status.quality;
  244. CCstatus.ImageBrightness = s->status.brightness;
  245. CCstatus.ImageContrast = s->status.contrast;
  246. CCstatus.ImageSaturation = s->status.saturation;
  247. // CCstatus.ImageSharpness = s->status.sharpness; // gibt -1 zurück, da es nicht unterstützt wird
  248. CCstatus.ImageWbMode = s->status.wb_mode;
  249. CCstatus.ImageAwb = s->status.awb;
  250. CCstatus.ImageAwbGain = s->status.awb_gain;
  251. CCstatus.ImageAec = s->status.aec;
  252. CCstatus.ImageAec2 = s->status.aec2;
  253. CCstatus.ImageAeLevel = s->status.ae_level;
  254. CCstatus.ImageAecValue = s->status.aec_value;
  255. CCstatus.ImageAgc = s->status.agc;
  256. CCstatus.ImageAgcGain = s->status.agc_gain;
  257. CCstatus.ImageBpc = s->status.bpc;
  258. CCstatus.ImageWpc = s->status.wpc;
  259. CCstatus.ImageRawGma = s->status.raw_gma;
  260. CCstatus.ImageLenc = s->status.lenc;
  261. CCstatus.ImageSpecialEffect = s->status.special_effect;
  262. CCstatus.ImageHmirror = s->status.hmirror;
  263. CCstatus.ImageVflip = s->status.vflip;
  264. CCstatus.ImageDcw = s->status.dcw;
  265. CCstatus.ImageDenoiseLevel = s->status.denoise;
  266. return ESP_OK;
  267. }
  268. else
  269. {
  270. return ESP_FAIL;
  271. }
  272. }
  273. // on the OV5640, gainceiling must be set with the real value (x2>>>level = 2, .... x128>>>level = 128)
  274. int CCamera::ov5640_set_gainceiling(sensor_t *s, gainceiling_t level)
  275. {
  276. int ret = 0;
  277. if (CCstatus.CamSensor_id == OV2640_PID)
  278. {
  279. ret = s->set_gainceiling(s, CCstatus.ImageGainceiling); // Image gain (GAINCEILING_x2, x4, x8, x16, x32, x64 or x128)
  280. }
  281. else
  282. {
  283. int _level = (1 << ((int)level + 1));
  284. ret = s->set_reg(s, 0x3A18, 0xFF, (_level >> 8) & 3) || s->set_reg(s, 0x3A19, 0xFF, _level & 0xFF);
  285. if (ret == 0)
  286. {
  287. // ESP_LOGD(TAG, "Set gainceiling to: %d", level);
  288. s->status.gainceiling = level;
  289. }
  290. }
  291. return ret;
  292. }
  293. // - It always zooms to the image center when offsets are zero
  294. // - if imageSize = 0 then the image is not zoomed
  295. // - if imageSize = max value, then the image is fully zoomed in
  296. // - a zoom step is >>> Width + 32 px / Height + 24 px
  297. void CCamera::SanitizeZoomParams(int imageSize, int frameSizeX, int frameSizeY, int &imageWidth, int &imageHeight, int &zoomOffsetX, int &zoomOffsetY)
  298. {
  299. // for OV2640, This works only if the aspect ratio of 4:3 is preserved in the window size.
  300. // use only values divisible by 8 without remainder
  301. imageWidth = CCstatus.ImageWidth + (imageSize * 4 * 8);
  302. imageHeight = CCstatus.ImageHeight + (imageSize * 3 * 8);
  303. int _maxX = frameSizeX - imageWidth;
  304. int _maxY = frameSizeY - imageHeight;
  305. if ((abs(zoomOffsetX) * 2) > _maxX)
  306. {
  307. if (zoomOffsetX > 0)
  308. {
  309. zoomOffsetX = _maxX;
  310. }
  311. else
  312. {
  313. zoomOffsetX = 0;
  314. }
  315. }
  316. else
  317. {
  318. if (zoomOffsetX > 0)
  319. {
  320. zoomOffsetX = ((_maxX / 2) + zoomOffsetX);
  321. }
  322. else
  323. {
  324. zoomOffsetX = ((_maxX / 2) + zoomOffsetX);
  325. }
  326. }
  327. if ((abs(zoomOffsetY) * 2) > _maxY)
  328. {
  329. if (zoomOffsetY > 0)
  330. {
  331. zoomOffsetY = _maxY;
  332. }
  333. else
  334. {
  335. zoomOffsetY = 0;
  336. }
  337. }
  338. else
  339. {
  340. if (zoomOffsetY > 0)
  341. {
  342. zoomOffsetY = ((_maxY / 2) + zoomOffsetY);
  343. }
  344. else
  345. {
  346. zoomOffsetY = ((_maxY / 2) + zoomOffsetY);
  347. }
  348. }
  349. }
  350. void CCamera::SetZoomSize(bool zoomEnabled, int zoomOffsetX, int zoomOffsetY, int imageSize, int imageVflip)
  351. {
  352. sensor_t *s = esp_camera_sensor_get();
  353. if (s != NULL)
  354. {
  355. if (zoomEnabled)
  356. {
  357. int _imageSize_temp = 0;
  358. int _imageWidth = CCstatus.ImageWidth;
  359. int _imageHeight = CCstatus.ImageHeight;
  360. int _offsetx = zoomOffsetX;
  361. int _offsety = zoomOffsetY;
  362. int frameSizeX;
  363. int frameSizeY;
  364. switch (CCstatus.CamSensor_id)
  365. {
  366. case OV5640_PID:
  367. frameSizeX = 2592;
  368. frameSizeY = 1944;
  369. // max imageSize = ((frameSizeX - CCstatus.ImageWidth) / 8 / 4) - 1
  370. // 59 = ((2560 - 640) / 8 / 4) - 1
  371. if (imageSize < 59)
  372. {
  373. _imageSize_temp = (59 - imageSize);
  374. }
  375. SanitizeZoomParams(_imageSize_temp, frameSizeX, frameSizeY, _imageWidth, _imageHeight, _offsetx, _offsety);
  376. SetCamWindow(s, frameSizeX, frameSizeY, _offsetx, _offsety, _imageWidth, _imageHeight, CCstatus.ImageWidth, CCstatus.ImageHeight, imageVflip);
  377. break;
  378. case OV3660_PID:
  379. frameSizeX = 2048;
  380. frameSizeY = 1536;
  381. // max imageSize = ((frameSizeX - CCstatus.ImageWidth) / 8 / 4) -1
  382. // 43 = ((2048 - 640) / 8 / 4) - 1
  383. if (imageSize < 43)
  384. {
  385. _imageSize_temp = (43 - imageSize);
  386. }
  387. SanitizeZoomParams(_imageSize_temp, frameSizeX, frameSizeY, _imageWidth, _imageHeight, _offsetx, _offsety);
  388. SetCamWindow(s, frameSizeX, frameSizeY, _offsetx, _offsety, _imageWidth, _imageHeight, CCstatus.ImageWidth, CCstatus.ImageHeight, imageVflip);
  389. break;
  390. case OV2640_PID:
  391. frameSizeX = 1600;
  392. frameSizeY = 1200;
  393. // max imageSize = ((frameSizeX - CCstatus.ImageWidth) / 8 / 4) -1
  394. // 29 = ((1600 - 640) / 8 / 4) - 1
  395. if (imageSize < 29)
  396. {
  397. _imageSize_temp = (29 - imageSize);
  398. }
  399. SanitizeZoomParams(_imageSize_temp, frameSizeX, frameSizeY, _imageWidth, _imageHeight, _offsetx, _offsety);
  400. SetCamWindow(s, frameSizeX, frameSizeY, _offsetx, _offsety, _imageWidth, _imageHeight, CCstatus.ImageWidth, CCstatus.ImageHeight, imageVflip);
  401. break;
  402. default:
  403. // do nothing
  404. break;
  405. }
  406. }
  407. else
  408. {
  409. s->set_framesize(s, CCstatus.ImageFrameSize);
  410. }
  411. }
  412. }
  413. void CCamera::SetQualityZoomSize(int qual, framesize_t resol, bool zoomEnabled, int zoomOffsetX, int zoomOffsetY, int imageSize, int imageVflip)
  414. {
  415. sensor_t *s = esp_camera_sensor_get();
  416. // OV2640 has no lower limit on jpeg quality
  417. if (CCstatus.CamSensor_id == OV5640_PID)
  418. {
  419. qual = min(63, max(8, qual));
  420. }
  421. SetImageWidthHeightFromResolution(resol);
  422. if (s != NULL)
  423. {
  424. s->set_quality(s, qual);
  425. SetZoomSize(zoomEnabled, zoomOffsetX, zoomOffsetY, imageSize, imageVflip);
  426. }
  427. else
  428. {
  429. LogFile.WriteToFile(ESP_LOG_ERROR, TAG, "SetQualityZoomSize, Failed to get Cam control structure");
  430. }
  431. }
  432. void CCamera::SetCamSharpness(bool _autoSharpnessEnabled, int _sharpnessLevel)
  433. {
  434. sensor_t *s = esp_camera_sensor_get();
  435. if (s != NULL)
  436. {
  437. if (CCstatus.CamSensor_id == OV2640_PID)
  438. {
  439. _sharpnessLevel = min(2, max(-2, _sharpnessLevel));
  440. // The OV2640 does not officially support sharpness, so the detour is made with the ov2640_sharpness.cpp.
  441. if (_autoSharpnessEnabled)
  442. {
  443. ov2640_enable_auto_sharpness(s);
  444. }
  445. else
  446. {
  447. ov2640_set_sharpness(s, _sharpnessLevel);
  448. }
  449. }
  450. else
  451. {
  452. _sharpnessLevel = min(3, max(-3, _sharpnessLevel));
  453. // for CAMERA_OV5640 and CAMERA_OV3660
  454. if (_autoSharpnessEnabled)
  455. {
  456. // autoSharpness is not supported, default to zero
  457. s->set_sharpness(s, 0);
  458. }
  459. else
  460. {
  461. s->set_sharpness(s, _sharpnessLevel);
  462. }
  463. }
  464. }
  465. else
  466. {
  467. LogFile.WriteToFile(ESP_LOG_ERROR, TAG, "SetCamSharpness, Failed to get Cam control structure");
  468. }
  469. }
  470. void CCamera::SetCamWindow(sensor_t *s, int frameSizeX, int frameSizeY, int xOffset, int yOffset, int xTotal, int yTotal, int xOutput, int yOutput, int imageVflip)
  471. {
  472. if (CCstatus.CamSensor_id == OV2640_PID)
  473. {
  474. s->set_res_raw(s, 0, 0, 0, 0, xOffset, yOffset, xTotal, yTotal, xOutput, yOutput, false, false);
  475. }
  476. else
  477. {
  478. // for CAMERA_OV5640 and CAMERA_OV3660
  479. bool scale = !(xOutput == xTotal && yOutput == yTotal);
  480. bool binning = (xTotal >= (frameSizeX >> 1));
  481. if (imageVflip == true)
  482. {
  483. s->set_res_raw(s, xOffset, yOffset, xOffset + xTotal - 1, yOffset + yTotal - 1, 0, 0, frameSizeX, frameSizeY, xOutput, yOutput, scale, binning);
  484. }
  485. else
  486. {
  487. s->set_res_raw(s, xOffset, yOffset, xOffset + xTotal, yOffset + yTotal, 0, 0, frameSizeX, frameSizeY, xOutput, yOutput, scale, binning);
  488. }
  489. }
  490. }
  491. static size_t jpg_encode_stream(void *arg, size_t index, const void *data, size_t len)
  492. {
  493. jpg_chunking_t *j = (jpg_chunking_t *)arg;
  494. if (!index)
  495. {
  496. j->len = 0;
  497. }
  498. if (httpd_resp_send_chunk(j->req, (const char *)data, len) != ESP_OK)
  499. {
  500. return 0;
  501. }
  502. j->len += len;
  503. return len;
  504. }
  505. esp_err_t CCamera::CaptureToBasisImage(CImageBasis *_Image, int delay)
  506. {
  507. #ifdef DEBUG_DETAIL_ON
  508. LogFile.WriteHeapInfo("CaptureToBasisImage - Start");
  509. #endif
  510. _Image->EmptyImage(); // Delete previous stored raw image -> black image
  511. LEDOnOff(true); // Status-LED on
  512. if (delay > 0)
  513. {
  514. LightOnOff(true); // Flash-LED on
  515. const TickType_t xDelay = delay / portTICK_PERIOD_MS;
  516. vTaskDelay(xDelay);
  517. }
  518. #ifdef DEBUG_DETAIL_ON
  519. LogFile.WriteHeapInfo("CaptureToBasisImage - After LightOn");
  520. #endif
  521. camera_fb_t *fb = esp_camera_fb_get();
  522. esp_camera_fb_return(fb);
  523. fb = esp_camera_fb_get();
  524. if (!fb)
  525. {
  526. LEDOnOff(false); // Status-LED off
  527. LightOnOff(false); // Flash-LED off
  528. LogFile.WriteToFile(ESP_LOG_ERROR, TAG, "is not working anymore (CaptureToBasisImage) - most probably caused "
  529. "by a hardware problem (instablility, ...). System will reboot.");
  530. doReboot();
  531. return ESP_FAIL;
  532. }
  533. if (CCstatus.DemoMode)
  534. {
  535. // Use images stored on SD-Card instead of camera image
  536. /* Replace Framebuffer with image from SD-Card */
  537. loadNextDemoImage(fb);
  538. }
  539. CImageBasis *_zwImage = new CImageBasis("zwImage");
  540. if (_zwImage)
  541. {
  542. _zwImage->LoadFromMemory(fb->buf, fb->len);
  543. }
  544. else
  545. {
  546. LogFile.WriteToFile(ESP_LOG_ERROR, TAG, "CaptureToBasisImage: Can't allocate _zwImage");
  547. }
  548. esp_camera_fb_return(fb);
  549. #ifdef DEBUG_DETAIL_ON
  550. LogFile.WriteHeapInfo("CaptureToBasisImage - After fb_get");
  551. #endif
  552. LEDOnOff(false); // Status-LED off
  553. if (delay > 0)
  554. {
  555. LightOnOff(false); // Flash-LED off
  556. }
  557. // TickType_t xDelay = 1000 / portTICK_PERIOD_MS;
  558. // vTaskDelay( xDelay ); // wait for power to recover
  559. #ifdef DEBUG_DETAIL_ON
  560. LogFile.WriteHeapInfo("CaptureToBasisImage - After LoadFromMemory");
  561. #endif
  562. if (_zwImage == NULL)
  563. {
  564. return ESP_OK;
  565. }
  566. stbi_uc *p_target;
  567. stbi_uc *p_source;
  568. int channels = 3;
  569. int width = CCstatus.ImageWidth;
  570. int height = CCstatus.ImageHeight;
  571. #ifdef DEBUG_DETAIL_ON
  572. std::string _zw = "Targetimage: " + std::to_string((int)_Image->rgb_image) + " Size: " + std::to_string(_Image->width) + ", " + std::to_string(_Image->height);
  573. _zw = _zw + " _zwImage: " + std::to_string((int)_zwImage->rgb_image) + " Size: " + std::to_string(_zwImage->width) + ", " + std::to_string(_zwImage->height);
  574. LogFile.WriteToFile(ESP_LOG_DEBUG, TAG, _zw);
  575. #endif
  576. for (int x = 0; x < width; ++x)
  577. {
  578. for (int y = 0; y < height; ++y)
  579. {
  580. p_target = _Image->rgb_image + (channels * (y * width + x));
  581. p_source = _zwImage->rgb_image + (channels * (y * width + x));
  582. for (int c = 0; c < channels; c++)
  583. {
  584. p_target[c] = p_source[c];
  585. }
  586. }
  587. }
  588. delete _zwImage;
  589. #ifdef DEBUG_DETAIL_ON
  590. LogFile.WriteHeapInfo("CaptureToBasisImage - Done");
  591. #endif
  592. return ESP_OK;
  593. }
  594. esp_err_t CCamera::CaptureToFile(std::string nm, int delay)
  595. {
  596. string ftype;
  597. LEDOnOff(true); // Status-LED on
  598. if (delay > 0)
  599. {
  600. LightOnOff(true); // Flash-LED on
  601. const TickType_t xDelay = delay / portTICK_PERIOD_MS;
  602. vTaskDelay(xDelay);
  603. }
  604. camera_fb_t *fb = esp_camera_fb_get();
  605. esp_camera_fb_return(fb);
  606. fb = esp_camera_fb_get();
  607. if (!fb)
  608. {
  609. LEDOnOff(false); // Status-LED off
  610. LightOnOff(false); // Flash-LED off
  611. LogFile.WriteToFile(ESP_LOG_ERROR, TAG, "CaptureToFile: Capture Failed. "
  612. "Check camera module and/or proper electrical connection");
  613. // doReboot();
  614. return ESP_FAIL;
  615. }
  616. LEDOnOff(false); // Status-LED off
  617. #ifdef DEBUG_DETAIL_ON
  618. ESP_LOGD(TAG, "w %d, h %d, size %d", fb->width, fb->height, fb->len);
  619. #endif
  620. nm = FormatFileName(nm);
  621. #ifdef DEBUG_DETAIL_ON
  622. ESP_LOGD(TAG, "Save Camera to: %s", nm.c_str());
  623. #endif
  624. ftype = toUpper(getFileType(nm));
  625. #ifdef DEBUG_DETAIL_ON
  626. ESP_LOGD(TAG, "Filetype: %s", ftype.c_str());
  627. #endif
  628. uint8_t *buf = NULL;
  629. size_t buf_len = 0;
  630. bool converted = false;
  631. if (ftype.compare("BMP") == 0)
  632. {
  633. frame2bmp(fb, &buf, &buf_len);
  634. converted = true;
  635. }
  636. if (ftype.compare("JPG") == 0)
  637. {
  638. if (fb->format != PIXFORMAT_JPEG)
  639. {
  640. bool jpeg_converted = frame2jpg(fb, CCstatus.ImageQuality, &buf, &buf_len);
  641. converted = true;
  642. if (!jpeg_converted)
  643. {
  644. ESP_LOGE(TAG, "JPEG compression failed");
  645. }
  646. }
  647. else
  648. {
  649. buf_len = fb->len;
  650. buf = fb->buf;
  651. }
  652. }
  653. FILE *fp = fopen(nm.c_str(), "wb");
  654. if (fp == NULL)
  655. {
  656. // If an error occurs during the file creation
  657. LogFile.WriteToFile(ESP_LOG_ERROR, TAG, "CaptureToFile: Failed to open file " + nm);
  658. }
  659. else
  660. {
  661. fwrite(buf, sizeof(uint8_t), buf_len, fp);
  662. fclose(fp);
  663. }
  664. if (converted)
  665. {
  666. free(buf);
  667. }
  668. esp_camera_fb_return(fb);
  669. if (delay > 0)
  670. {
  671. LightOnOff(false); // Flash-LED off
  672. }
  673. return ESP_OK;
  674. }
  675. esp_err_t CCamera::CaptureToHTTP(httpd_req_t *req, int delay)
  676. {
  677. esp_err_t res = ESP_OK;
  678. size_t fb_len = 0;
  679. int64_t fr_start = esp_timer_get_time();
  680. LEDOnOff(true); // Status-LED on
  681. if (delay > 0)
  682. {
  683. LightOnOff(true); // Flash-LED on
  684. const TickType_t xDelay = delay / portTICK_PERIOD_MS;
  685. vTaskDelay(xDelay);
  686. }
  687. camera_fb_t *fb = esp_camera_fb_get();
  688. esp_camera_fb_return(fb);
  689. fb = esp_camera_fb_get();
  690. if (!fb)
  691. {
  692. LEDOnOff(false); // Status-LED off
  693. LightOnOff(false); // Flash-LED off
  694. LogFile.WriteToFile(ESP_LOG_ERROR, TAG, "CaptureToFile: Capture Failed. "
  695. "Check camera module and/or proper electrical connection");
  696. httpd_resp_send_500(req);
  697. // doReboot();
  698. return ESP_FAIL;
  699. }
  700. LEDOnOff(false); // Status-LED off
  701. res = httpd_resp_set_type(req, "image/jpeg");
  702. if (res == ESP_OK)
  703. {
  704. res = httpd_resp_set_hdr(req, "Content-Disposition", "inline; filename=raw.jpg");
  705. }
  706. if (res == ESP_OK)
  707. {
  708. if (CCstatus.DemoMode)
  709. {
  710. // Use images stored on SD-Card instead of camera image
  711. LogFile.WriteToFile(ESP_LOG_DEBUG, TAG, "Using Demo image!");
  712. /* Replace Framebuffer with image from SD-Card */
  713. loadNextDemoImage(fb);
  714. res = httpd_resp_send(req, (const char *)fb->buf, fb->len);
  715. }
  716. else
  717. {
  718. if (fb->format == PIXFORMAT_JPEG)
  719. {
  720. fb_len = fb->len;
  721. res = httpd_resp_send(req, (const char *)fb->buf, fb->len);
  722. }
  723. else
  724. {
  725. jpg_chunking_t jchunk = {req, 0};
  726. res = frame2jpg_cb(fb, 80, jpg_encode_stream, &jchunk) ? ESP_OK : ESP_FAIL;
  727. httpd_resp_send_chunk(req, NULL, 0);
  728. fb_len = jchunk.len;
  729. }
  730. }
  731. }
  732. esp_camera_fb_return(fb);
  733. int64_t fr_end = esp_timer_get_time();
  734. ESP_LOGI(TAG, "JPG: %dKB %dms", (int)(fb_len / 1024), (int)((fr_end - fr_start) / 1000));
  735. if (delay > 0)
  736. {
  737. LightOnOff(false); // Flash-LED off
  738. }
  739. return res;
  740. }
  741. esp_err_t CCamera::CaptureToStream(httpd_req_t *req, bool FlashlightOn)
  742. {
  743. esp_err_t res = ESP_OK;
  744. size_t fb_len = 0;
  745. int64_t fr_start;
  746. char *part_buf[64];
  747. // wenn die Kameraeinstellungen durch Erstellen eines neuen Referenzbildes verändert wurden, müssen sie neu gesetzt werden
  748. if (CFstatus.changedCameraSettings)
  749. {
  750. Camera.setSensorDatenFromCCstatus(); // CCstatus >>> Kamera
  751. Camera.SetQualityZoomSize(CCstatus.ImageQuality, CCstatus.ImageFrameSize, CCstatus.ImageZoomEnabled, CCstatus.ImageZoomOffsetX, CCstatus.ImageZoomOffsetY, CCstatus.ImageZoomSize, CCstatus.ImageVflip);
  752. CFstatus.changedCameraSettings = false;
  753. }
  754. LogFile.WriteToFile(ESP_LOG_INFO, TAG, "Live stream started");
  755. if (FlashlightOn)
  756. {
  757. LEDOnOff(true); // Status-LED on
  758. LightOnOff(true); // Flash-LED on
  759. }
  760. // httpd_resp_set_hdr(req, "Access-Control-Allow-Origin", "*"); //stream is blocking web interface, only serving to local
  761. httpd_resp_set_type(req, _STREAM_CONTENT_TYPE);
  762. httpd_resp_send_chunk(req, _STREAM_BOUNDARY, strlen(_STREAM_BOUNDARY));
  763. while (1)
  764. {
  765. fr_start = esp_timer_get_time();
  766. camera_fb_t *fb = esp_camera_fb_get();
  767. esp_camera_fb_return(fb);
  768. fb = esp_camera_fb_get();
  769. if (!fb)
  770. {
  771. LogFile.WriteToFile(ESP_LOG_ERROR, TAG, "CaptureToStream: Camera framebuffer not available");
  772. break;
  773. }
  774. fb_len = fb->len;
  775. if (res == ESP_OK)
  776. {
  777. size_t hlen = snprintf((char *)part_buf, sizeof(part_buf), _STREAM_PART, fb_len);
  778. res = httpd_resp_send_chunk(req, (const char *)part_buf, hlen);
  779. }
  780. if (res == ESP_OK)
  781. {
  782. res = httpd_resp_send_chunk(req, (const char *)fb->buf, fb_len);
  783. }
  784. if (res == ESP_OK)
  785. {
  786. res = httpd_resp_send_chunk(req, _STREAM_BOUNDARY, strlen(_STREAM_BOUNDARY));
  787. }
  788. esp_camera_fb_return(fb);
  789. int64_t fr_end = esp_timer_get_time();
  790. ESP_LOGD(TAG, "JPG: %dKB %dms", (int)(fb_len / 1024), (int)((fr_end - fr_start) / 1000));
  791. if (res != ESP_OK)
  792. {
  793. // Exit loop, e.g. also when closing the webpage
  794. break;
  795. }
  796. int64_t fr_delta_ms = (fr_end - fr_start) / 1000;
  797. if (CAM_LIVESTREAM_REFRESHRATE > fr_delta_ms)
  798. {
  799. const TickType_t xDelay = (CAM_LIVESTREAM_REFRESHRATE - fr_delta_ms) / portTICK_PERIOD_MS;
  800. ESP_LOGD(TAG, "Stream: sleep for: %ldms", (long)xDelay * 10);
  801. vTaskDelay(xDelay);
  802. }
  803. }
  804. LEDOnOff(false); // Status-LED off
  805. LightOnOff(false); // Flash-LED off
  806. LogFile.WriteToFile(ESP_LOG_INFO, TAG, "Live stream stopped");
  807. return res;
  808. }
  809. void CCamera::LightOnOff(bool status)
  810. {
  811. GpioHandler *gpioHandler = gpio_handler_get();
  812. if ((gpioHandler != NULL) && (gpioHandler->isEnabled()))
  813. {
  814. ESP_LOGD(TAG, "Use gpioHandler to trigger flashlight");
  815. gpioHandler->flashLightEnable(status);
  816. }
  817. else
  818. {
  819. #ifdef USE_PWM_LEDFLASH
  820. if (status)
  821. {
  822. ESP_LOGD(TAG, "Internal Flash-LED turn on with PWM %d", CCstatus.ImageLedIntensity);
  823. ESP_ERROR_CHECK(ledc_set_duty(LEDC_MODE, LEDC_CHANNEL, CCstatus.ImageLedIntensity));
  824. // Update duty to apply the new value
  825. ESP_ERROR_CHECK(ledc_update_duty(LEDC_MODE, LEDC_CHANNEL));
  826. }
  827. else
  828. {
  829. ESP_LOGD(TAG, "Internal Flash-LED turn off PWM");
  830. ESP_ERROR_CHECK(ledc_set_duty(LEDC_MODE, LEDC_CHANNEL, 0));
  831. ESP_ERROR_CHECK(ledc_update_duty(LEDC_MODE, LEDC_CHANNEL));
  832. }
  833. #else
  834. // Init the GPIO
  835. gpio_pad_select_gpio(FLASH_GPIO);
  836. // Set the GPIO as a push/pull output
  837. gpio_set_direction(FLASH_GPIO, GPIO_MODE_OUTPUT);
  838. if (status)
  839. {
  840. gpio_set_level(FLASH_GPIO, 1);
  841. }
  842. else
  843. {
  844. gpio_set_level(FLASH_GPIO, 0);
  845. }
  846. #endif
  847. }
  848. }
  849. void CCamera::LEDOnOff(bool status)
  850. {
  851. if (xHandle_task_StatusLED == NULL)
  852. {
  853. // Init the GPIO
  854. gpio_pad_select_gpio(BLINK_GPIO);
  855. /* Set the GPIO as a push/pull output */
  856. gpio_set_direction(BLINK_GPIO, GPIO_MODE_OUTPUT);
  857. if (!status)
  858. {
  859. gpio_set_level(BLINK_GPIO, 1);
  860. }
  861. else
  862. {
  863. gpio_set_level(BLINK_GPIO, 0);
  864. }
  865. }
  866. }
  867. void CCamera::SetImageWidthHeightFromResolution(framesize_t resol)
  868. {
  869. if (resol == FRAMESIZE_QVGA)
  870. {
  871. CCstatus.ImageHeight = 240;
  872. CCstatus.ImageWidth = 320;
  873. }
  874. else if (resol == FRAMESIZE_VGA)
  875. {
  876. CCstatus.ImageHeight = 480;
  877. CCstatus.ImageWidth = 640;
  878. }
  879. else if (resol == FRAMESIZE_SVGA)
  880. {
  881. CCstatus.ImageHeight = 600;
  882. CCstatus.ImageWidth = 800;
  883. }
  884. else if (resol == FRAMESIZE_XGA)
  885. {
  886. CCstatus.ImageHeight = 768;
  887. CCstatus.ImageWidth = 1024;
  888. }
  889. else if (resol == FRAMESIZE_HD)
  890. {
  891. CCstatus.ImageHeight = 720;
  892. CCstatus.ImageWidth = 1280;
  893. }
  894. else if (resol == FRAMESIZE_SXGA)
  895. {
  896. CCstatus.ImageHeight = 1024;
  897. CCstatus.ImageWidth = 1280;
  898. }
  899. else if (resol == FRAMESIZE_UXGA)
  900. {
  901. CCstatus.ImageHeight = 1200;
  902. CCstatus.ImageWidth = 1600;
  903. }
  904. }
  905. framesize_t CCamera::TextToFramesize(const char *_size)
  906. {
  907. if (strcmp(_size, "QVGA") == 0)
  908. {
  909. return FRAMESIZE_QVGA; // 320x240
  910. }
  911. else if (strcmp(_size, "VGA") == 0)
  912. {
  913. return FRAMESIZE_VGA; // 640x480
  914. }
  915. else if (strcmp(_size, "SVGA") == 0)
  916. {
  917. return FRAMESIZE_SVGA; // 800x600
  918. }
  919. else if (strcmp(_size, "XGA") == 0)
  920. {
  921. return FRAMESIZE_XGA; // 1024x768
  922. }
  923. else if (strcmp(_size, "SXGA") == 0)
  924. {
  925. return FRAMESIZE_SXGA; // 1280x1024
  926. }
  927. else if (strcmp(_size, "UXGA") == 0)
  928. {
  929. return FRAMESIZE_UXGA; // 1600x1200
  930. }
  931. return CCstatus.ImageFrameSize;
  932. }
  933. std::vector<std::string> demoFiles;
  934. void CCamera::useDemoMode(void)
  935. {
  936. char line[50];
  937. FILE *fd = fopen("/sdcard/demo/files.txt", "r");
  938. if (!fd)
  939. {
  940. LogFile.WriteToFile(ESP_LOG_ERROR, TAG, "Can not start Demo mode, the folder '/sdcard/demo/' does not contain the needed files!");
  941. LogFile.WriteToFile(ESP_LOG_ERROR, TAG, "See Details on https://jomjol.github.io/AI-on-the-edge-device-docs/Demo-Mode!");
  942. return;
  943. }
  944. demoImage = (uint8_t *)malloc(DEMO_IMAGE_SIZE);
  945. if (demoImage == NULL)
  946. {
  947. LogFile.WriteToFile(ESP_LOG_ERROR, TAG, "Unable to acquire required memory for demo image!");
  948. return;
  949. }
  950. while (fgets(line, sizeof(line), fd) != NULL)
  951. {
  952. line[strlen(line) - 1] = '\0';
  953. demoFiles.push_back(line);
  954. }
  955. fclose(fd);
  956. LogFile.WriteToFile(ESP_LOG_INFO, TAG, "Using Demo mode (" + std::to_string(demoFiles.size()) + " files) instead of real camera image!");
  957. for (auto file : demoFiles)
  958. {
  959. LogFile.WriteToFile(ESP_LOG_DEBUG, TAG, file);
  960. }
  961. CCstatus.DemoMode = true;
  962. }
  963. bool CCamera::loadNextDemoImage(camera_fb_t *fb)
  964. {
  965. char filename[50];
  966. int readBytes;
  967. long fileSize;
  968. snprintf(filename, sizeof(filename), "/sdcard/demo/%s", demoFiles[getCountFlowRounds() % demoFiles.size()].c_str());
  969. LogFile.WriteToFile(ESP_LOG_DEBUG, TAG, "Using " + std::string(filename) + " as demo image");
  970. /* Inject saved image */
  971. FILE *fp = fopen(filename, "rb");
  972. if (!fp)
  973. {
  974. LogFile.WriteToFile(ESP_LOG_ERROR, TAG, "Failed to read file: " + std::string(filename) + "!");
  975. return false;
  976. }
  977. fileSize = GetFileSize(filename);
  978. if (fileSize > DEMO_IMAGE_SIZE)
  979. {
  980. char buf[100];
  981. snprintf(buf, sizeof(buf), "Demo Image (%d bytes) is larger than provided buffer (%d bytes)!", (int)fileSize, DEMO_IMAGE_SIZE);
  982. LogFile.WriteToFile(ESP_LOG_ERROR, TAG, std::string(buf));
  983. return false;
  984. }
  985. readBytes = fread(demoImage, 1, DEMO_IMAGE_SIZE, fp);
  986. LogFile.WriteToFile(ESP_LOG_DEBUG, TAG, "read " + std::to_string(readBytes) + " bytes");
  987. fclose(fp);
  988. fb->buf = demoImage; // Update pointer
  989. fb->len = readBytes;
  990. // ToDo do we also need to set height, width, format and timestamp?
  991. return true;
  992. }
  993. long CCamera::GetFileSize(std::string filename)
  994. {
  995. struct stat stat_buf;
  996. long rc = stat(filename.c_str(), &stat_buf);
  997. return rc == 0 ? stat_buf.st_size : -1;
  998. }