Close

[12-Jan-2023] Test async to send command as fast as possible

A project log for Photogrammetry Rig with 30 Sony Cameras

Use Sony Camera Remote API to control 30 cameras, including NEX 5R, NEX 5T, NEX 6, A5100, or more. Build Control Panel UI and Hardware Rig.

addie-liuAddie Liu 01/12/2023 at 08:160 Comments

Test async to send command to cameras as fast as possible
- Left-hand side is flask act like SBC receiving POST json data (localhost)
- Right-hand side is async to sending command

Referencing: Andrew Zhu - Send HTTP Requests As Fast As Possible in Python
https://python.plainenglish.io/send-http-requests-as-fast-as-possible-in-python-304134d46604?gi=a6c8e8786491

Discussions