Any code example about how to fetch raw images from the Grove Vision AI module?

Question/Issue:
Any code example about how to fetch raw images from the Grove Vision AI module?

Context/Use case:
I want to get the raw image from the camera myself and then do some processing with my host machine. I’m looking at the firmware github (GitHub - edgeimpulse/firmware-seeed-grove-vision-ai) right now but I couldn’t find which piece of code is about transmit the image from board to host via USB. wanna get some hint on this. Thanks a lot!

Assuming you have built an Impulse and flashed the ready-to-go firmware:

  • Execute edge-impulse-run-impulse --debug
    • Then open a web browser at the shown IP addy.
    • Then right-click and save the jpg.

Also, Hackster.io has a tutorial on how to automate the image capture process using a Python script.

Hi,

Thanks very much for the suggestion. But I actually want to change resolution of the camera. I dont think save image from website can do that.