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?
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?
Hey @Luxonis-Lukasz It worked. Thanks for your help!!
Hi erik It is exactly the same
Edit:
I used this script (https://github.com/luxonis/depthai-experiments/blob/master/gen2-yolo/device-decoding/main.py) and added the following code to it: pm.pipeline.create(dai.node.ImageManip).setMaxOutputFrameSize(1228800)
.
Then ran the code, but still get the same error.
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:
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.