Passthrough camera data is not available on Quest 3 developing with Unity
Basically it is not possible to access the real time passthrough video from Quest 3 in Unity. Many devs among the internet think it is a crucial feature to be able to process to create incredible mixed reality apps with object recognition using machine learning. Nevertheless, it is not possible to access the real time video captured by quest 3 in unity. Here is a reddit post made by me where people are requesting this feature. Please, we need access to real time passthrough video in Unity or other engines.48KViews109likes109CommentsThe error message:SocketError.Accessdenied
Hi guys, could someone help me? I'm making an online game. When testing on quest2, it was found that on the V35 system, it can be connected through the Internet (TCP protocol). However, on the V56 system, it cannot be connected through the Internet (TCP protocol). The error message "Client Recv: failed to connect to ip=34.86.33.208 port=9000 reason=System.Net.Sockets.SocketException (0x80004005): Access denied" will appear. Is it because I set something wrong? Could you share a similar experience? Thank you so much.997Views1like1CommentHow to get Raw sensor data from oculus controller sensor during rotation in Unity.
Any solution on for this question ? I couldn't get solution for this same problem, where I need to get the raw sensor data of rotational data from Oculus Controller sensor. All I am getting is global data with angles calculated using Quaternion values, Which doesn't suit my requirement. I need raw sensor data to access and control the robot which would be Roll, Pitch, and Yaw. This data should be raw data instead of Quaternion or Euler angles without any calculation in Unity Oculus SDK.644Views0likes0Commentsoculus quest2 ray interaction in unity
I now have two 3D screw objects. I want to use the Oculus quest2 controller's laser and OVRInput.Button.PrimaryIndexTrigger to click on the two screw objects to make them connected by a line. I use (LineRenderer ), which components I want to add to the object, I have been stuck for a long time, please answer and thank you.556Views0likes0Comments