'https://github.com/luxonis/depthai-experiments/tree/master/gen2-depth-people-counting' this example is running on a computer with a live stream from the camera. Now I want to switch the example to stand-alone mode with WebRTC streaming or MJPEG streaming from the camera. What changes should I make for this?
Depth-people-counting
Hi TolqinjonRahimov
I suggest you look at https://github.com/luxonis/depthai-experiments/tree/master/gen2-cumulative-object-counting. It has a version for both normal as well as standalone mode.
Hope this helps,
Jaka
jakaskerl Thank you for your attention
In this example, I followed the instructions in the README.md file and changed the OAK_IP in the host.py file to my own IP address, but I got the error 'ConnectionRefusedError: [Errno 61] Connection refused'.
Hi TolqinjonRahimov
It's supposed to be set to the IP of the OAK camera, not your machine.
Thanks,
Jaka