You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
cptkoolbeenz
changed the title
setDetectionMask() doesn't appear to work.
setDetectionMask() doesn't appear to work with MotionDetectGoogleLineNotify.ino
Nov 7, 2024
Boards
AMB82-MINI
External Hardware
None
Hardware Configuration
No
Version
latest main (checkout manually)
IDE Name
Arduino IDE 2.3.3
Operating System
Windows 11
Auto Flash Mode
Disable
Erase All Flash Memory (16MB)
Disable
Standard Lib
Arduino_STD_PRINTF
Upload Speed
2000000
Description
When calling setDetectionMask() with a mask of all 0's, MD.getResultCount() returns with non 0 results.
Sketch
Using MotionDetectGoogleLineNotify.ino with mask below:
And adding: // Configure motion detection for low resolution RGB video stream MD.configVideo(configMD); MD.setResultCallback(mdPostProcess); MD.begin(); + MD.setDetectionMask(mask);
Error/Debug Message
Reproduce remarks
No response
I have checked online documentation, FAQ, GitHub Wiki and existing/closed issues.
The text was updated successfully, but these errors were encountered: