Ref: https://visionaidevkitsupport.azurewebsites.net/
I got an understanding of deploying vision AI model on to the device but I am not clear on how to manage the device using IoT Hub SDK. i.e. How can I implement/ interact with the device using IoT hub features such as
1 Device to cloud messaging
2. Cloud to device messaging
3. Direct method
4. updating properties in the device twin.
Example: I would like to stop/start camera using a Azure IoT Hub Direct Method.
Please provide/suggest relevant sample code.