added new Camera class for opencv video processing (currently does not work with Pi-Camera)
changed logging a bit
This commit is contained in:
parent
b87e830ac3
commit
de9b671f29
5 changed files with 244 additions and 10 deletions
|
@ -5,7 +5,7 @@ from typing import Dict, Tuple, List
|
|||
|
||||
import requests
|
||||
|
||||
logger = logging.getLogger("seeding-api")
|
||||
logger = logging.getLogger("complib-logger")
|
||||
|
||||
API_URL = os.getenv("API_URL", "http://localhost:5000/") + "api/"
|
||||
CONF_URL = os.getenv("API_URL", "http://localhost:5000/") + "config/"
|
||||
|
|
Reference in a new issue