video resize

This commit is contained in:
minjaesong
2025-09-08 17:33:25 +09:00
parent 0c26d12d65
commit 79f8a25f41
3 changed files with 183 additions and 59 deletions

View File

@@ -670,7 +670,7 @@ try {
// Upload RGB buffer to display framebuffer with dithering
let uploadStart = sys.nanoTime()
graphics.uploadRGBToFramebuffer(CURRENT_RGB_ADDR, width, height, frameCount)
graphics.uploadRGBToFramebuffer(CURRENT_RGB_ADDR, width, height, frameCount, true)
uploadTime = (sys.nanoTime() - uploadStart) / 1000000.0 // Convert to milliseconds
}
else {