Failed to initialize vdo stream #137
-
Hi, I am trying to run https://github.com/AxisCommunications/acap-computer-vision-sdk-examples/tree/main/object-detector-python I suspect the error is in reading frames. I am unable to get any frames. I even tried changing the videoCapture source in the code below to 0, but still doesnt work
Can someone help me on this ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Hello @danudeep90 Did you run the example 'as it is' following the instructions or did you make changes? |
Beta Was this translation helpful? Give feedback.
Hello @danudeep90
Did you run the example 'as it is' following the instructions or did you make changes?
Did you use docker compose?
In order for the container to access the video stream, it has to have some volumes that we set up in the docker-compose file. Maybe you are starting the example without it?