ambiot / ambpro2_arduino

AmebaPro2 Arduino third-party package SDK
https://www.amebaiot.com/en/ameba-arduino-summary/
MIT License
45 stars 20 forks source link

Feature request - Crop image with face coordinates #132

Open kevinzezel opened 11 months ago

kevinzezel commented 11 months ago

Hi,

I would like to ask to create a new feature in arduino SDK. I’m using AMB82 MINI and I need to crop the image with the face coordinates to send to my cloud endpoint. I want to send only the face photo, instead of sending the entire photo to reduce internet bandwidth.

github-actions[bot] commented 11 months ago

Hello, hope this message finds you well. Congrats to your first Issue! We will review it as soon as possiable. Feel free to have a look at https://www.amebaiot.com/en/ameba-arduino-summary/ for more information

kevinzezel commented 11 months ago

Or create a function to extract the raw data from the camera. The face detection inference receives rgb, if there is any way to get the snapshot in rgb, in addition to jpeg, I can perform the crop.

github-actions[bot] commented 11 months ago

This issue is stale because it has been open for 14 days with no activity.

github-actions[bot] commented 10 months ago

This issue was closed because it has been inactive for 7 days since being marked as stale.

M-ichae-l commented 10 months ago

This request is under developing.

kevinzezel commented 10 months ago

Thank you!

When finished, could you please include an example in the documentation on how to send the face image to an mqtt broker?

Regards, Kevin

github-actions[bot] commented 10 months ago

This issue is stale because it has been open for 14 days with no activity.

github-actions[bot] commented 9 months ago

This issue is stale because it has been open for 14 days with no activity.

github-actions[bot] commented 9 months ago

This issue was closed because it has been inactive for 7 days since being marked as stale.

github-actions[bot] commented 8 months ago

This issue is stale because it has been open for 14 days with no activity.

M-ichae-l commented 3 months ago

Hi all, We have tried to update the SDK. Unfortunately, it is still not support to crop the image run time. The only way to get this feature done is to run some post crop image processing, like opnecv.

We will mark this feature and try our best to support it in future.