Sushisushi-sandesu / sushi

:sushi:
0 stars 0 forks source link

Implement Photo Chatting App #25

Open takuti opened 8 years ago

takuti commented 8 years ago
  1. Take a photo (screenshot) by using the camera app: Sushisushi-sandesu/sushi/pull/11
  2. Send it another person wearing Oculus

To implement the second step, we need to first understand how to implement "sending" logic (i.e. network-related APIs of C#).

neetp7k9 commented 8 years ago

I have finish the photo transfer part, but there are some problem in the connection. It is necessary to set up the IP of two side before I build the unity app. Later, I will try to use the Server-Client structure to avoid this problem if I have time. In the scene

  1. press F to screenshot.
  2. press S to send the photo. 2015-12-16 16 32 55

    sending side

    2015-12-16 16 33 38

    receive side

takuti commented 8 years ago

TCP transferできたみたいなのでcamera appと連結する