aboutsummaryrefslogtreecommitdiff
path: root/encoder.py
AgeCommit message (Expand)Author
2024-05-14Thicker edges for mixing videoAnthony Wang
2024-05-13Shrink cornersAnthony Wang
2024-05-12Run camera at 60fps and use state machine to skip every other frameAnthony Wang
2024-05-07Space out elements in each size 255 chunkAnthony Wang
2024-04-30Add more commentsAnthony Wang
2024-04-29Mix frames with all vidframe pixels that are 0 or 255Anthony Wang
2024-04-28Use cv2.warpPerspective instead of dumb interpolationAnthony Wang
2024-04-28Crop webcam image to prevent perspective distortion, correctly truncate frame...Anthony Wang
2024-04-283-bit colorAnthony Wang
2024-04-28Make corner finding more robustAnthony Wang
2024-04-25Add usage instructions to README.mdAnthony Wang
2024-04-23Purge PyQtAnthony Wang
2024-04-23Move find_corner to global namespace, use erase_pos for better ECCAnthony Wang
2024-04-234-bit color for encoder, fix a ton of bugsAnthony Wang
2024-04-22Encoder: 4bit color, space out RS chunksAnthony Wang
2024-04-22Short args, clean up codeAnthony Wang
2024-04-22Video encoderAnthony Wang
2024-04-22Downsample+flood fill algorithm (it almost works!)Anthony Wang
2024-04-21XOR frames with arange, implement color to 8-bit in decoder, add camera devic...Anthony Wang
2024-04-21Implement ECC, webcam captureAnthony Wang
2024-04-12Add PyQt6 stuff and requirements.txtAnthony Wang