Commit Graph

48 Commits

Author SHA1 Message Date
brian smith
dbb53bf726 Live Link VCAM 1.3.0 build 11.
[CL 22911050 by brian smith in ue5-main branch]
2022-11-02 08:01:55 -04:00
brian smith
7d8d8e73be Live Link VCAM v1.3.0 build 10 (release). Last localization.
[CL 22906837 by brian smith in ue5-main branch]
2022-11-02 04:49:01 -04:00
Elliot Colp
3592bf7515 [EpicStageApp] Miscellaneous color grading properties and automatically override values when changed
#jira UE-163937
#rb Alejandro.Arango
#preflight 63588812767e539cca956396

[CL 22772467 by Elliot Colp in ue5-main branch]
2022-10-25 21:14:41 -04:00
brian smith
e036125f96 Live Link VCAM (iOS) version 1.3.0 build 8
[CL 22558594 by brian smith in ue5-main branch]
2022-10-17 05:28:07 -04:00
brian smith
6d192db344 Fixed touch points when the delivered video aspect ratio doesn't match the screen aspect ratio.
[CL 22558582 by brian smith in ue5-main branch]
2022-10-17 05:27:20 -04:00
brian smith
e15c23da45 Fixed bug where the touch events were still being passed through while the AR coaching view was visible.
[CL 22558444 by brian smith in ue5-main branch]
2022-10-17 05:09:26 -04:00
brian smith
b86d4f2ad8 Added localization for Connection Type Settings
[CL 22558178 by brian smith in ue5-main branch]
2022-10-17 03:53:32 -04:00
vitalii boiko
06ca0a57c0 TextureShare: added missing SDK files to allow Samples to compile
#jira UE-167142
#rb Peter.Tarasenko#preflight nothingtocompile
#lockdown Alejandro.Arango

[CL 22538088 by vitalii boiko in ue5-main branch]
2022-10-14 18:40:38 -04:00
Elliot Colp
f6f065597a [EpicStageApp] Web interface tab
#jira UE-163345
#rb Alejandro.Arango

[CL 22505345 by Elliot Colp in ue5-main branch]
2022-10-13 11:28:29 -04:00
brian smith
07c3bf7b50 Changed a reference in the EULA from "Unreal Face" to "Live Link VCAM"
[CL 22352452 by brian smith in ue5-main branch]
2022-10-05 07:26:47 -04:00
brian smith
c0a609d75e Live Link VCAM iOS (v1.3.0 build 7) : Defaults connection type to PixelStreaming/WebRTC.
[CL 22352425 by brian smith in ue5-main branch]
2022-10-05 07:19:19 -04:00
elliot colp
3beff4c00d [EpicStageApp] Reconnect option
#jira UE-164817
#rb Alejandro.Arango

#ushell-cherrypick of 22145555 by Elliot.Colp

[CL 22150116 by elliot colp in ue5-main branch]
2022-09-22 20:33:14 -04:00
brian smith
e259d44340 Live Link VCAM v1.3.0 build 6 : Fixed a bug where a client was unable to start a new connection after ending a previous connection (error was "Error Couldn't connect: Manually closed websocket").
[CL 22134218 by brian smith in ue5-main branch]
2022-09-22 06:53:12 -04:00
brian smith
0e24b4e63e Live Link VCAM (iOS) v1.3.0 build 5 : Re-enabled HW controller support for both Remote Session & Pixel Streaming. Needs a few updates on the UE side as triggers don't yet work. The right thumbstick Y axis also needs work.
[CL 22091001 by brian smith in ue5-main branch]
2022-09-20 08:30:08 -04:00
brian smith
5ccfc5a2e0 Fixed broken layout when changing the resolution of a remote session.
[CL 22090995 by brian smith in ue5-main branch]
2022-09-20 08:29:45 -04:00
brian smith
d3372e8dc8 Live Link VCAM iOS v1.3.0 build 4
[CL 22072129 by brian smith in ue5-main branch]
2022-09-19 05:18:05 -04:00
brian smith
41caf70e76 Added timeout when disconnecting. After 0.5 seconds if the disconnect hasn't initiated from the UE side, we force the disconnect and return to the start screen.
[CL 22072013 by brian smith in ue5-main branch]
2022-09-19 04:17:54 -04:00
brian smith
c60058b30f Fixed a bug where the disconnect wouldn't work when the signalling server disconnected first (before the webRTC client)
[CL 22071980 by brian smith in ue5-main branch]
2022-09-19 04:07:38 -04:00
peter tarasenko
1d9b767c96 TextureShare: fixed RDG issues
#jira UE-159640
#rb vitalii.boiko
#preflight 630438ba33729407e8b0db90

[CL 21516240 by peter tarasenko in ue5-main branch]
2022-08-23 15:04:53 -04:00
Luke Bermingham
0a9436faee [LiveLinkVCAM] Fix multiple issues to restore functionality to LiveLinkVCam + Pixel Streaming VCam.
- Fix syntax error in LiveLinkVCam app to restore compilation.
- Fix viewport target being set at wrong time in PixelStreamingVCam plugin.
- Remove hack from PixelStreamingVCam that is now unecessary with the move to a subsystem design.

#rb self
#fyi David.Hibbitts
#jira UE-161290
#preflight 62fde3f4086f90bbc49d5d8a

[CL 21438790 by Luke Bermingham in ue5-main branch]
2022-08-18 03:05:54 -04:00
Luke Bermingham
69499ab803 Fix PixelStreamingVCam plugin unable to connect to auto-started signalling sever.
- Make iPad app always send websocket message using string as UE's websocket implementation is non-standard for binary messages.
- Clean up auto-start signalling server in UE to stop signalling if start signalling checkbox is modified.
- Clean up remnants of old method of running signalling server.
- Move OnARKitTransformReceived into its own function for code cleanliness.

#jira UE-160250
#rb self
#fyi Brian.Smith, Ryan.Mayeda
#preflight 62e77236d73060a812f4a1ae

[CL 21249390 by Luke Bermingham in ue5-main branch]
2022-08-01 02:34:10 -04:00
David Hibbitts
8ac9f2862a Corrected the conversion of ARKit transform to the form expected by Unreal
#fyi Brian.Smith

[CL 20994339 by David Hibbitts in ue5-main branch]
2022-07-07 18:15:02 -04:00
brian smith
6cd3696146 Abstracted remote connection to "StreamingConnection" class with two implementations : LiveLink/RemoteSession and WebRTC. A single streaming connection is responsible for the relay of xform/touches/gamepad updates as well as displaying the output (video) data. The WebRTC implemation is adapted from Tensor's WebRTC-iOS example.
The new abstraction allowed us to remote some overly complicated ARSCN/Metal code that was left over from the early days.

#preflight none
#rb none
#jira UE-148102

[CL 20939875 by brian smith in ue5-main branch]
2022-07-05 05:56:33 -04:00
peter tarasenko
fd33d11f01 TextureShare: fixed compilation tests issues
#jira UE-157675, UE-157697, UE-157698, UE-157701, UE-157702, UE-157704, UE-157684
#rb none
#preflight 62ba0105e77151e5997b7878 , 62ba00fa0f22d6b12cb3bc39

[CL 20837810 by peter tarasenko in ue5-main branch]
2022-06-27 15:18:22 -04:00
peter tarasenko
4cd46b0824 TextureShare Samples - fixed missing copyright boilerplate. Horde Issue #185572
#jira none
#rb trivial
#preflight none

[CL 20826578 by peter tarasenko in ue5-main branch]
2022-06-25 23:18:23 -04:00