Hello,
I have an
- SD camera set to 'Modect' enabled
- HD camera set to 'Nodect', Analysis disabled, Decoding disabled. Linked to SD camera
I have objection detection working on SD stream and get entries for detected and non-detected frames like so,
The HD camera lists all the linked recordings,
I want to only retain the HD camera entries where object was detected by the SD camera. Is there a way to go over the SD camera recordings, find the corresponding linked HD recording and delete it for non-object detected entries?
Find and Delete linked hires recordings
Re: Find and Delete linked hires recordings
@iconnor Is it possible to identify the linked events programmatically? Does the database has this information?
Re: Find and Delete linked hires recordings
it's technically there, but likely not easy to do in sql. In master, you can have it NOT record on the SD at all..
Re: Find and Delete linked hires recordings
I am doing motion detection and object identification on SD camera. I only want to retain HD videos with 'object identification'. The upcoming feature in master sounds good, but is it possible to delete linked HD videos for which there is no object identified in SD video?