Page 1 of 1

Find and Delete linked hires recordings

Posted: Fri Jun 30, 2023 6:32 am
by trumee
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,
Image

The HD camera lists all the linked recordings,
Image

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?

Re: Find and Delete linked hires recordings

Posted: Mon Jul 03, 2023 5:15 pm
by trumee
@iconnor Is it possible to identify the linked events programmatically? Does the database has this information?

Re: Find and Delete linked hires recordings

Posted: Tue Jul 04, 2023 12:12 am
by iconnor
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

Posted: Tue Jul 04, 2023 3:08 am
by trumee
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?