Hi,
When I run python3 depthai_demo.py I see that a connection to an AWS S3 bucket is attempted via the terminal command "lsof -i".
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
python3 2684 -REDACTED- 11u IPv4 46411 0t0 TCP -REDACTED-:51238->s3-us-west-2-w.amazonaws.com:https (CLOSE_WAIT)
What information is being collected when running this program?