Huong Nguyen

Results 39 comments of Huong Nguyen

Hi @toji When access the AR session, camera resolution is always defaulted to small resolution, so image quality is low. > If you're looking more for how to query or...

I also recommend every one just using **main thread** to handle mediasoup/webrtc api.

this is how java implement ack. ``` public void call(final Object... args) { EventThread.exec(new Runnable() { public void run() { if (!sent[0]) { sent[0] = true; Socket.logger.fine(String.format("sending ack %s", args.length...

I got it worked by this: packet p(packet::type_ack); send_packet(p); this works as Ack.call() of java

@Peanutzy what did you push into ack_resp for?

> > Screenshare is interesting, @cabanier do you think a WebRTC Video can be put through a WebXR layer? > > Yes, any video element can become the source for...

it is very big project, so cannot share. it is just render a stereo webrtc stream video on WebXR video layer( quad) on oculus headset. If rendering sttream by classic...

sudo apt install v4l2loopback-dkms Follow guide while installing, it will requires you to create a safeboot Password Create any password you want and REMEMBER it. Then reboot, safeboot will show...

@paulmasson I am using Oculus Go with this controller: https://developer.oculus.com/documentation/unity/latest/concepts/unity-ovrinput/#unity-ovrinput-go-controller However, I cannot find which event for touchpad event (touch position or swipe action?)