Seunghyun Lee
Results
2
comments of
Seunghyun Lee
First "--led-slowdown-gpio=5" is wrong, This value should be ~ 4. And it's a good idea to use 3 Hub75 cables. The longer the Daisy chain, the lower the refresh rate....
You should convert OpenCV format to PIL format before inferencing from PIL import Image .... ret, frame = cap.read() image = Image.fromarray(np.uint8(frame)) #OpenCV format -> PIL Format ....