Fastest method to get Camera motion vs fullì24h

hi all,

total newby here, and I need to get the info if the specified camera (by uid) is set to record full24h OR by MotionDetection…

I need the fastest method as this enquiry will be performed very very often.

If possible I’d like to get it via VideoOS.Platform namespace objects…

If possible I’d not involve the IConfigurationService services…

c# based on MIPS 2023 r1

TIA

--

Andrea

You will need to check Rules if you want to know if the specified camera is set to record full24h or by Motion Detection. Any rule could be the one that govern that recoding always is enabled.

In order to check all the rules using code, ConfigAPI Client sample might be helpful. Please see the sample -

https://doc.developer.milestonesys.com/html/index.html?base=samples/componentsamples/configapiclient/readme.html&tree=tree_2.html

Run the sample and go to Rules, you will see all the rules.