Age | Commit message (Expand) | Author |
2024-08-04 | Try multithreading | Anthony Wang |
2024-07-26 | Don't skip frames when decoding | Anthony Wang |
2024-05-14 | Thicker edges for mixing video | Anthony Wang |
2024-05-13 | Shrink corners | Anthony Wang |
2024-05-13 | Revert "Use medians for deciding color, seems to work well in practice" | Anthony Wang |
2024-05-13 | Use medians for deciding color, seems to work well in practice | Anthony Wang |
2024-05-12 | Minor tweaks for 0.3mbps -> 1.8 mbps | Anthony Wang |
2024-05-12 | Run camera at 60fps and use state machine to skip every other frame | Anthony Wang |
2024-05-07 | Space out elements in each size 255 chunk | Anthony Wang |
2024-04-30 | Add more comments | Anthony Wang |
2024-04-29 | Reformat with black | Anthony Wang |
2024-04-29 | Mix frames with all vidframe pixels that are 0 or 255 | Anthony Wang |
2024-04-28 | Use cv2.warpPerspective instead of dumb interpolation | Anthony Wang |
2024-04-28 | Format code, update usage instructions | Anthony Wang |
2024-04-28 | Crop webcam image to prevent perspective distortion, correctly truncate frame... | Anthony Wang |
2024-04-28 | Fix typos | Anthony Wang |
2024-04-28 | 3-bit color | Anthony Wang |
2024-04-28 | Make corner finding more robust | Anthony Wang |
2024-04-23 | Purge PyQt | Anthony Wang |
2024-04-23 | Add flag to enable erasure detection | Anthony Wang |
2024-04-23 | Move find_corner to global namespace, use erase_pos for better ECC | Anthony Wang |
2024-04-23 | 4-bit color for encoder, fix a ton of bugs | Anthony Wang |
2024-04-22 | Encoder: 4bit color, space out RS chunks | Anthony Wang |
2024-04-22 | Short args, clean up code | Anthony Wang |
2024-04-22 | Video encoder | Anthony Wang |
2024-04-22 | Downsample+flood fill algorithm (it almost works!) | Anthony Wang |
2024-04-21 | XOR frames with arange, implement color to 8-bit in decoder, add camera devic... | Anthony Wang |
2024-04-21 | Implement ECC, webcam capture | Anthony Wang |