I have trained my own .blob NN. It takes an Array as input, rather than an image.
I want to know how to send this array to the device? All examples I find on internet send frames from the camera.
Here is a picture of my code (I apologize for not providing it in text, but I tried and the format looks horrible):
If I run the code in the image, I get the following error:
TypeError: send(): incompatible function arguments. The following argument types are supported:
1. (self: depthai.DataInputQueue, msg: depthai.ADatatype) -> None
2. (self: depthai.DataInputQueue, rawMsg: depthai.RawBuffer) -> None
I would appreciate your help