upvote
That's super handy, thanks! I've been using one of those selfie monitoring screens and opening the camera to record video + turning on the flash, this app seems like a better way of accomplishing this
reply
What API are you using if you don’t mind me asking?

That seems super cool! You could almost strap an iPhone to the back of your phone and see yourself for recordings.

reply
Apple’s MultipeerConnectivity framework -- phones discover and talk over local wifi / bluetooth via MCSession, MCNearbyServiceAdvertiser, and MCNearbyServiceBrowser in PeerSessionManager.
reply
Apple has deprecated all of that now
reply
You're right - I have to move them to Network Framework when I have time :)
reply
When you get around to doing that, you might find the Github repo and its accompanying medium article useful.

https://github.com/0Itsuki0/SwiftUI_P2PWithNetwork

reply
Please post your own Show HN, or comment in “what are you working on” threads, or pick some other approach.

I also have an app that uses device camera and I don’t write about it in mostly unrelated submissions.

reply