Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
PokemonAutomation
/
Arduino-Source
Public
Notifications
You must be signed in to change notification settings
Fork
113
Star
41
Code
Issues
60
Pull requests
12
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Stream History
- #1073
#1073
Merged
jw098
merged 20 commits into
PokemonAutomation:main
PokemonAutomation/Arduino-Source:main
from
jw098:stream
jw098/Arduino-Source:stream
Copy head branch name to clipboard
Feb 7, 2026
Conversation
Commits
20
(20)
Checks
Files changed
Merged
Stream History
#1073
jw098
merged 20 commits into
PokemonAutomation:main
PokemonAutomation/Arduino-Source:main
from
jw098:stream
jw098/Arduino-Source:stream
Copy head branch name to clipboard
Commits
Commits on Feb 3, 2026
Stream History: switch back to using SaveFrames.h
jw098
committed
93d65fc
View commit details
Copy full SHA for 93d65fc
Browse repository at this point
draft: save compressed frames.
jw098
committed
fab3167
View commit details
Copy full SHA for fab3167
Browse repository at this point
fix build
jw098
committed
6a5683c
View commit details
Copy full SHA for 6a5683c
Browse repository at this point
split StreamHistory tracker into .h and .cpp file. add draft VideoGenerator class.
jw098
committed
f55f638
View commit details
Copy full SHA for f55f638
Browse repository at this point
initial working implementation of saving frames to video.
jw098
committed
36913e8
View commit details
Copy full SHA for 36913e8
Browse repository at this point
reduce video file size
jw098
committed
167711c
View commit details
Copy full SHA for 167711c
Browse repository at this point
reduce fps
jw098
committed
01a5e01
View commit details
Copy full SHA for 01a5e01
Browse repository at this point
adjust implementation of variable FPS
jw098
committed
443c20c
View commit details
Copy full SHA for 443c20c
Browse repository at this point
add options to change FPS, JPEG quality.
jw098
committed
abdf5bf
View commit details
Copy full SHA for abdf5bf
Browse repository at this point
re-enable StreamHistoryTracker_Null
jw098
committed
ca302c9
View commit details
Copy full SHA for ca302c9
Browse repository at this point
remove old code.
jw098
committed
d28eb9c
View commit details
Copy full SHA for d28eb9c
Browse repository at this point
update StreamHistoryOption text
jw098
committed
2815e7f
View commit details
Copy full SHA for 2815e7f
Browse repository at this point
move compression to separate thread.
jw098
committed
6f9f066
View commit details
Copy full SHA for 6f9f066
Browse repository at this point
Insert dummy frames if there is a gap due to dropping frames, to preserve frame rate
jw098
committed
20bb310
View commit details
Copy full SHA for 20bb310
Browse repository at this point
add comments
jw098
committed
fa276f7
View commit details
Copy full SHA for fa276f7
Browse repository at this point
use Thread wrapper to replace std::thread
jw098
committed
086aa36
View commit details
Copy full SHA for 086aa36
Browse repository at this point
Commits on Feb 4, 2026
remove unused headers
jw098
committed
8b75d36
View commit details
Copy full SHA for 8b75d36
Browse repository at this point
insert duplicate frames based on frame index instead of incrementing a fixed frame interval.
jw098
committed
0680fe4
View commit details
Copy full SHA for 0680fe4
Browse repository at this point
add logging
jw098
committed
b681811
View commit details
Copy full SHA for b681811
Browse repository at this point
Commits on Feb 7, 2026
fix initialization of m_next_frame_time
jw098
committed
4149abc
View commit details
Copy full SHA for 4149abc
Browse repository at this point
You can’t perform that action at this time.