I am trying to use a custom NN on my 'OpenCV AI Kit: OAK—1' camera. When I run the camera without the NN it works, when I run it with the NN it says the following:
RuntimeError: ColorCamera(0) - Out of memory while creating pool for isp frames. Number of frames: 3 each with size: 3110400B
I converted an ONNX model to a blob through the online converter tool. For reference, the blob size is about 20MB