forked from Github/frigate
first working version, single region and motion detection disabled
This commit is contained in:
@@ -2,4 +2,4 @@ import numpy as np
|
||||
|
||||
# convert shared memory array into numpy array
|
||||
def tonumpyarray(mp_arr):
|
||||
return np.frombuffer(mp_arr.get_obj(), dtype=np.uint16)
|
||||
return np.frombuffer(mp_arr.get_obj(), dtype=np.uint8)
|
||||
Reference in New Issue
Block a user