I was trying to see how I could get WebRTC working in Gamma and I came across this Nuget. In a if region I added its copyTo node to work out how I could create images from the raw bytes but I got the error below, that kept cropping up:
VL.Lang.Platforms.Roslyn.EmitException: C:\Users\H\Documents\vvvv\gamma-preview
\Sketches\WebRTCTestEarlyError.vl.cs(128,30): error CS0029: Cannot implicitly
convert type 'Microsoft.MixedReality.WebRTC.I420AVideoFrame' to 'System.ValueType'
WebRTC_Error.log (88.7 KB)
When I tried to reopen the patch (using preview 61) it wouldn’t unless I dragged the file onto the canvas, and the error keeps popping up. Looking at the repo the Nuget should legitimately work with .Net Framework/Standard 2.0
File below:
WebRTCTestEarlyError.vl (8.1 KB)