mirror of
https://github.com/esimov/pigo.git
synced 2025-10-06 08:36:54 +08:00
fixed typo across the project
This commit is contained in:
@@ -47,7 +47,7 @@ class GoPixelSlice(Structure):
|
||||
("pixels", POINTER(c_ubyte)), ("len", c_longlong), ("cap", c_longlong),
|
||||
]
|
||||
|
||||
# Obtain the camera pixels and transfer them to Go trough Ctypes
|
||||
# Obtain the camera pixels and transfer them to Go through Ctypes
|
||||
def process_frame(pixs):
|
||||
dets = np.zeros(ARRAY_DIM * MAX_NDETS, dtype=np.float32)
|
||||
pixels = cast((c_ubyte * len(pixs))(*pixs), POINTER(c_ubyte))
|
||||
|
Reference in New Issue
Block a user