English | 한국어 | 日本語 | Tiếng Việt
This example is a Python implementation of the TS-CAM Socket.IO client. It sequentially performs the following functions:
- Discover cameras on the internal network
- Read information from the first camera (camera login required)
- Request snapshot image with license plate recognition options
- Control relay output
- Wait for events
- Check event watch list
- Stop event watching
The program waits for user input at each step and performs real-time camera control and event reception through Socket.IO server communication.
tscam-app/
└── main.py
- python-socketio >=5.10.0
- Python >=3.9
- Install dependencies:
pip install python-socketio
- Run the program:
python main.py