How to extract frames from camera as base64 (i am having AMB82-MINI)

for my project i need to send images to server for verify.So plz tell me how to get images as base64 as string

Hi @R_IMMANUEL_RAJKUMAR,

You can save video stream as images to SD card (Multimedia – Capture JPEG save to SD Card – Realtek IoT/Wi-Fi MCU Solutions). Then encode them to base64 string using an external library and send them to your server.

Sir i need to display my AMB82 Mini camera stream in some tft lcd display.Is there possible?