Automotive video logger visualisation app
An Android application for real-time telemetry and simultaneous streaming from up to four cameras.
- Role
- Independent developer
- Industry
- Automotive
- Technologies
- Java
- Android
- TCP/IP Sockets
- MJPEG
A visualisation client for an automotive video logger, designed and built independently, handling live telemetry alongside multiple concurrent camera streams.
- Challenge
The target hardware was not available during development, so the client had to be built against the intended protocol rather than a real device.
- Solution
I designed the Android application around socket-based IP communication and wrote a simulator that reproduced the intended physical-device protocol, which made real-time telemetry and one to four simultaneous MJPEG streams testable throughout development.
- Result
The application handled multi-camera streaming and live telemetry against the simulated device and was ready to connect to the real hardware protocol.