no really, I fixed the initialization bug

This commit is contained in:
Steven Polley 2020-10-29 03:18:36 +00:00
parent f457299f50
commit 300367c00b

View File

@ -62,6 +62,7 @@ func main() {
fmt.Printf("Device closed: %v\n", deviceID) fmt.Printf("Device closed: %v\n", deviceID)
return return
} }
detectMotion(img)
} }
// main loop // main loop