Files
escape_gallery_obsidian_vault/Projects/Software/Escape Gallery Camera Software.md
2026-07-11 16:48:59 -07:00

25 lines
799 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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