Trigger video capture operation locally on a tedge enabled raspi 5 via MQTT

Hi @Vachaspati_Diwevedi2 thank you for your answer but where should I get this operation ID from?

According to Reuben’s explanation here:

the device does not need to provide or know any operation ID when triggering an operation locally. thin-edge handles the entire operation lifecycle internally.

As far as I understand it, since I want to trigger the operation locally via MQTT on thin-edge, without using the Cumulocity REST API, I should not need to provide an operation ID at all — that part should be fully managed by thin-edge + Cumulocity.

But after checking the c8y_VideoCapture.template and reading Reubens post, it also seems that the operation is expected to be triggered by publishing to

/devicecontrol/notifications

which I still need to try out.

Could you confirm that this interpretation is correct and maybe share a minimal working example of the exact MQTT payload required for c8y_VideoCapture?