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.
- 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>
- 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>
- 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>
- 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>