Part Number: AM5K2E04
Other Parts Discussed in Thread: AM5K2E04
Tool/software: Linux
I use Am5k2e04 and we boot our linux system based on ti-k2e-processor-sdk.
when i use opencv to detact faces like follow:
face_cascade = cv2.CascadeClassifier("haarcascade_profileface.xml")
something wrong like:
TIOCL FATAL: Internal Error: Number of message queues (0) does not match number of compute units (1)
Any reply will be appreciated.