-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement 3rd layer single event screenshot and movie making and fetc…
…hing prev/next image per source id (#385) * preflight OPTIONS requests , handled seperately from application * add new endpoints * 400 for validation errors in api, also handle json and respond with 400 json * use production urls for help and api doc messages * add eventsState columns to screenshot and movies tables * events manager usage , now using eventsState into the database * fix bug when fail to open movie frames directory * new event state implementation * add autoloader to queue jobs * eventManager in composite_image handling 3rd level event_instances * update statistics * fix index php syntax * fix statistics for postMovie endpoint * new functions for testing, makeIdFunction to be used tests, fix some tabs, fix small bug about inconsistent event_states * events manager tests * rebuild movies should handle if movie not found * 404 on not found screenshots * db function to query prev and next images * remove code * add http endpoint to read before and after closest images * updates for comments, new validation method array_ints and tests for it , fix statistics * fix bug about ROI for movies and enable requeue tests * documentation for postMovies and postScreenshots and eventStates strings * handle markers_visible if it is not there * prevent and dublication in short labels and labels of HEK Events * add more comments about old event fields * remove flv from docs * Update docs/src/source/api/api_groups/movies/postMovie.rst * Update docs/src/source/api/api_groups/movies/postMovie.rst * Update docs/src/source/api/api_groups/movies/postMovie.rst * Update docs/src/source/appendix/events_state.rst * Update docs/src/source/appendix/events_state.rst --------- Co-authored-by: Daniel Garcia Briseno <[email protected]>
- Loading branch information
1 parent
a73f755
commit 580224c
Showing
33 changed files
with
2,395 additions
and
321 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.