From 0ab33551702c956e5b869afc67b103763df04e6d Mon Sep 17 00:00:00 2001 From: Martin Valik Date: Thu, 27 Aug 2020 15:55:59 +0200 Subject: [PATCH] Added package manifest file --- idf_component.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 idf_component.yml diff --git a/idf_component.yml b/idf_component.yml new file mode 100644 index 0000000..9f9e0fc --- /dev/null +++ b/idf_component.yml @@ -0,0 +1,5 @@ +name: "esp32-camera" + +version: "1.0.0" + +description: This package hosts ESP32 compatible driver for OV2640 image sensors. Additionally it provides a few tools, which allow converting the captured frame data to the more common BMP and JPEG formats.