Snap Image when detection (without bounding box) and save into a folder

Hello There,

I’m doing object detection and trying to see if can make it auto snap images/photos whenever object detected and save into a folder.
I am not sure what line to add. Appreciate your guidance.
I am really new into this.

while display.IsOpen():
img, width, height = camera.CaptureRGBA()
detections = net.Detect(img, width, height)
display.RenderOnce(img, width, height)

Hi @Hqm996, I just added a script for doing this here:

Hope that helps!

Thanks dusty_nv!

I managed to change the script to capture the images.
Thanks for your great support!!

No problem @Hqm996, glad that you got it working!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.