Hi,
I have an OAK-D Pro PoE camera (with the most recent bootloader v0.0.28) connected via PoE. I've successfully flashed a simple object detection pipeline for use in standalone mode (depthai v2.29.0.0, python 3.12).
The issue is that the `ssl` package is missing, preventing the use of TLS and certificates. This precludes the use of MQTT with major cloud providers (e.g., Azure IoT, AWS IoT Core, etc., all of which require SSL). When attempting to establish a secure connection, I receive the following error: `ValueError("This platform has no SSL/TLS.”)` from paho.mqtt.
Similar dead end with HTTPS, where the class HTTPSConnection is not available from `http.client`.
How are OAK-D Pro PoE cameras typically set up for secure industrial use cases? Is there a way to add SSL support to the camera for secure communication with online brokers or databases?
Thank you for your assistance.