esp32 sample program

I will post first.



Grove - Serial Camera Kit with ESP32

Is there a sample program to display in a browser



Thank you

Hi there



please make sure the VCC is 5v, then you can refer to arduino library. it will follow below process to take the pictures. thanks.


  1. initialize(): <LINK_TEXT text=“https://github.com/Seeed-Studio/Grove_S … 28.ino#L81”>https://github.com/Seeed-Studio/Grove_Serial_Camera_Kit/blob/master/SerialCameral_DemoCode_CJ_OV528/SerialCameral_DemoCode_CJ_OV528.ino#L81</LINK_TEXT>




  2. preCapture(): <LINK_TEXT text=“https://github.com/Seeed-Studio/Grove_S … 8.ino#L107”>https://github.com/Seeed-Studio/Grove_Serial_Camera_Kit/blob/master/SerialCameral_DemoCode_CJ_OV528/SerialCameral_DemoCode_CJ_OV528.ino#L107</LINK_TEXT>


  3. Capture(): <LINK_TEXT text=“https://github.com/Seeed-Studio/Grove_S … 8.ino#L121”>https://github.com/Seeed-Studio/Grove_Serial_Camera_Kit/blob/master/SerialCameral_DemoCode_CJ_OV528/SerialCameral_DemoCode_CJ_OV528.ino#L121</LINK_TEXT>


  4. GetData(): <LINK_TEXT text=“https://github.com/Seeed-Studio/Grove_S … 8.ino#L172”>https://github.com/Seeed-Studio/Grove_Serial_Camera_Kit/blob/master/SerialCameral_DemoCode_CJ_OV528/SerialCameral_DemoCode_CJ_OV528.ino#L172</LINK_TEXT>