18 lines
509 B
Markdown
18 lines
509 B
Markdown
# macamera
|
|
|
|
Personal Camera.
|
|
AVFoundation Exploration.
|
|
|
|
I've found 3 ways to do the same thing.
|
|
|
|
- Original Inspiration : https://github.com/daved01/LiveCameraSwiftUI/tree/main
|
|
- Then : https://www.youtube.com/watch?v=T7R7rNOIjfc
|
|
- Finally : https://www.youtube.com/watch?v=ZmPJBiwgZoQ
|
|
|
|
The last one is the best for my needs.
|
|
|
|
The goal right now is to produce.
|
|
Some questions persist.
|
|
|
|
Fix ZStack size : https://stackoverflow.com/questions/77969499/content-in-a-full-screen-zstack-not-centering-as-expected
|