Add description to new example. Swap import on original example
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
"""Downloads all motion events from camera from the past hour."""
|
||||||
import os
|
import os
|
||||||
from configparser import RawConfigParser
|
from configparser import RawConfigParser
|
||||||
from datetime import datetime as dt, timedelta
|
from datetime import datetime as dt, timedelta
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import cv2
|
import cv2
|
||||||
from reolink_api.Camera import Camera
|
from reolink_api import Camera
|
||||||
|
|
||||||
|
|
||||||
def non_blocking():
|
def non_blocking():
|
||||||
|
|||||||
Reference in New Issue
Block a user