Valentin

Results 21 issues of Valentin

Scope will be roughly ![4358D2F2-FE00-4412-BC95-986450CA4956_1_102_o](https://github.com/opendatacam/opendatacam/assets/829308/f9f63119-cce4-4d36-bf48-51cff9de8b2d)

documentation

Should be a simple update of documentations. Following 2 items are specific to the Jetson nano 2 GB that need to be included in the documentation. - Emphasize Headless Installation...

documentation

I know it works. We just need to add it to the release and documentation.

enhancement

Currently the CI/CD pipeline does not cache Docker layers or other data. Implementing a cache could improve the execution time of the workflow # See also - https://github.com/opendatacam/opendatacam/pull/354 - https://github.com/marketplace/actions/build-and-push-docker-images#leverage-github-cache

enhancement

From https://github.com/opendatacam/opendatacam/issues/337 > Darknet "leaks": To allow us to plug in different Networks we should aim to contain all Darknet related code in [YoloDarknet.js](https://github.com/opendatacam/opendatacam/blob/development/server/processes/YoloDarknet.js).

enhancement

From https://github.com/opendatacam/opendatacam/issues/337 > Direct include of [config.json](https://github.com/opendatacam/opendatacam/blob/development/config.json) makes it difficult during development to try out different configs quickly. Additionally it makes it impossible to change configurations at runtime.

enhancement

From https://github.com/opendatacam/opendatacam/issues/337 > Make [Opendatacam.js](https://github.com/opendatacam/opendatacam/blob/development/server/Opendatacam.js) agnostic of SSE and other underlying networks. Ideally there should be a spearation of concern between the Network connectivity and Opendatacams logic.

enhancement

From https://github.com/opendatacam/opendatacam/issues/337 > Counter Logic: We've already seen massive work being done on the counter logic by adding the polygon counter. Currently this bloats [Opendatacam.js](https://github.com/opendatacam/opendatacam/blob/development/server/Opendatacam.js). We could try to carve...

enhancement

In https://github.com/opendatacam/opendatacam/pull/295 and https://github.com/opendatacam/opendatacam/pull/293 I've added Jasmine tests to begin investing in testability of the code using CI. While it is a first step into increasing confidence into Opendatacams code...

enhancement

At the moment logging is very inconsistent. Mostly it is logging directly to console and it is mixing errors, warnings and debugging message all into one stream without the ability...

enhancement