You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.
As of the moment this issue is created, the current working solution to allow communication between the Camera Feed and ODLC is to expose endpoints that allow for the upload and download of files from a file server hosted by GCOM. The file server will store at most 20 images at a time, deleting the oldest image to make space for the newer image when it is received. The file server will allow for the download of these images, exposing endpoints to allow for the download of individual images (by id) but also the latest image.
NOTE: This method is a basic method (and the easiest). Known pitfalls of this method is the latency involved and the lack of support for high refresh speeds. It is known that the camera streams at a frame rate of 5.6 FPS with a maximum resolution of 20MP. ODLC estimates a maximum processing speed of 0.5s per image (max 2FPS). This appears to be low enough to allow this method to work
No description provided.
The text was updated successfully, but these errors were encountered: