Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
bluetooth(GKSession)を介して、あるiPhoneのカメラに表示されているものを別のiPhoneに表示することは可能ですか?リモートライブはAppstoreで利用できます。
これまで iPhone 向けに開発したことはありませんが、そのアイデアは実現可能に思えます。基本的にリモートデスクトップのアプローチをとります。ホストの電話で、カメラを起動して画像/ビデオ ストリームをキャプチャします。次に、受信側の電話で、Bluetooth 経由でホストとペアリングするクライアント アプリを用意し (ワイヤレス接続の方がよいでしょうか?)、データをクライアントの電話に送信します。レンダリングされますか?