Y
yashrunwal

  • Mar 16, 2022
  • Joined Feb 14, 2022
  • 0 best answers
  • Hello,

    I am interested to know if I can use the OAK-D Camera as a client in a client server UDP Protocol. I want to get the Video streaming from the OAKD camera and then send it to my PC (Host).

    If so, are there any tutorials I can follow?

    • erik replied to this.
    • erik Hello, As you suggested, I used this command manip.setMaxOutputFrameSize(1228800) in the pipeline_manager.py as shown below:

      However, the error still exists. Any help?

      Edit 1:
      I tried to use the aforementioned line directly in the depthai_demo.py script and I got similar results:

      • erik replied to this.
      • I have trained a custom YOLOv5 model and then converted it to .blob using the online converter tool. The model is trained to detect only one class. Then I placed this model along with custom_model.json file. I changed the contents of the json file to include only one class and the input size: 640x640.

        Then ran the depthai_demo.py script and selected 'custom_model' from the CNN dropdown menu. But then I am getting the following error:

        What does this mean?

        Thank You.

        • erik replied to this.