vault backup: 2026-07-11 16:48:59

This commit is contained in:
John Lyon-Smith
2026-07-11 16:48:59 -07:00
parent 09fa251c39
commit b0318f13ae
18 changed files with 1400 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
---
active: true
tags: project
created: 2026-03-14 16:35
---
## Goal
Create general purpose camera software. Must be able to:
- Show four cameras at once
- Change the streaming image quality
- Mute and unmute a single camera
- Bring one camera to the foreground
- Work on macOS and iPad
## Tasks
- [x] Fix bug with the audio stopping and not being able to restart 2026-03-14 ✅ 2026-03-23
- [x] Change the code so that we can change the image quality 2026-03-14 ✅ 2026-04-13
- [x] Add versioning to the project 2026-03-14 ✅ 2026-04-13
- [x] Create a `.dmg` 2026-03-14 ✅ 2026-04-13
- [ ] Revert to the other camera streaming library and ensure that it does not crash in release mode 2026-04-13
- [ ] Create a signed and notarized `.pkg` 2026-04-13
## References