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

  • erik replied to this.

    Hello Daniel_UWA , to see docs on how to view RAM usage, and how to decrease RAM usage (so your pipeline will work), see documentation here. If you have any questions regarding it feel free to ask.
    Thanks, Erik