xwu2

Results 35 comments of xwu2

You can probably modify the CMD command to run the code within the container as taskset to certain CPU ranges. Also check if [this](https://github.com/intel/CPU-Manager-for-Kubernetes) applies to your case.

I see two services are running. Is there anything wrong? Can you show how you assign the same IP camera to two services in sensor-info.json?

The discover service uses the rtspurl to uniquely identify an IP camera. I guess there are totally two cameras discovered in your case. Try adding something unrelated to the rtspurl...

It's in sensor/discover-ipcam/discover.py around line 230. You might need to modify the discovery logic to allow the same IP cameras to be registered twice for different algorithms. This usage is...

Please checkout the wikis: - [https://github.com/OpenVisualCloud/Smart-City-Sample/blob/master/doc/extend.md](https://github.com/OpenVisualCloud/Smart-City-Sample/blob/master/doc/extend.md) - [https://github.com/OpenVisualCloud/Smart-City-Sample/blob/master/doc/cmake.md](https://github.com/OpenVisualCloud/Smart-City-Sample/blob/master/doc/cmake.md) - [https://github.com/OpenVisualCloud/Smart-City-Sample/blob/master/sensor/README.md](https://github.com/OpenVisualCloud/Smart-City-Sample/blob/master/sensor/README.md)

By default, the sample configuration includes three offices and each office configures 8 cameras.

Did you stop it first by `make stop_docker_swarm`? Looks like you are starting on top of a previous run.

Let's restart. How many nodes are in your swarm? Do you have firewall in between your manager and your swarm nodes? Please share your logs of the camera service, the...

Your camera simulation and discovery work as expected. However, the analytics service does not work. Could you rebuild the analytics image? This is the image under the analytics folder.