Esp32 Video Stream

D 56 completed
Other
unknown / c · tiny
13
Files
551
LOC
0
Frameworks
5
Languages

Pipeline State

completed
Run ID
#1544611
Phase
done
Progress
0%
Started
2026-04-16 22:49:20
Finished
2026-04-16 22:49:20
LLM tokens
0

Pipeline Metadata

Stage
Cataloged
Decision
proceed
Novelty
27.84
Framework unique
Isolation
Last stage change
2026-05-10 03:34:51
Deduplication group #47402
Member of a group with 513 similar repo(s) — canonical #1443114 view group →
Repobility · open methodology · https://repobility.com/research/

AI Prompt

Build me a system to stream video from a PC to an ESP32-S3 board. I need a Python server script that uses `ffmpeg` to transcode any video file into an MJPEG stream and sends the frames over TCP. The server should accept command-line arguments for the video file, port, width, height, FPS, and quality. On the ESP32 side, the firmware must connect via WiFi to this server, read the length-prefixed JPEG frames, decode them using the tjpgd ROM decoder, and display the resulting RGB565 pixels on an ST7789 display. The process should handle the video looping indefinitely.
c python esp32 video-streaming mjpeg tcp ffmpeg embedded esp-idf st7789
Generated by gemma4:latest

Catalog Information

Build me a system to stream video from a PC to an ESP32-S3 board. I need a Python server script that uses ffmpeg to transcode any video file into an MJPEG stream and sends the frames over TCP. The server should accept command-line arguments for the video file, port, width, height, FPS, and quality. On the ESP32 side, the firmware must connect via WiFi to this server, read the length-prefixed JPEG frames, decode them using the tjpgd ROM decoder, and display the resulting RGB565 pixels on an ST7

Tags

c python esp32 video-streaming mjpeg tcp ffmpeg embedded esp-idf st7789

Quality Score

D
56.5/100
Structure
44
Code Quality
75
Documentation
57
Testing
0
Practices
70
Security
100
Dependencies
80

Strengths

  • Consistent naming conventions (snake_case)
  • Good security practices — no major issues detected

Weaknesses

  • No LICENSE file — legal ambiguity for contributors
  • No tests found — high risk of regressions
  • No CI/CD configuration — manual testing and deployment

Recommendations

  • Add a test suite — start with critical path integration tests
  • Set up CI/CD (GitHub Actions recommended) to automate testing and deployment
  • Add a linter configuration to enforce code style consistency
  • Add a LICENSE file (MIT recommended for open source)

Languages

c
70.9%
python
19.3%
markdown
5.1%
text
4.1%
yaml
0.6%

Frameworks

None detected

Symbols

function26
macro14

Quality Timeline

1 quality score recorded.

View File Metrics

Embed Badge

Add to your README:

![Quality](https://repos.aljefra.com/badge/1368331.svg)
Quality BadgeSecurity Badge
Export Quality CSVDownload SBOMExport Findings CSV