Jump to content

henrikvrtraveler

Verified Members
  • Posts

    53
  • Joined

  • Last visited

Posts posted by henrikvrtraveler

  1. Hi!

    It's been like this for the entire time, but our finchdash controllers doesn't track very well.

    It will suddenly slide off to either side, as if I was moving my hand, is there any tips to make the tracking better?
    Perhaps if the issue is the finchdash itself, are there any other options to make sure the controller only moves when the user is moving their hand around.

    It seems like it believes it's moving either to the right or left, haven't had any issues with up or down tracking.

  2. That makes sense, I do understand that you signing an third party APK would be a cause of concern.

    I cannot argue against that, but I do beg that there is at least some solution to this either you building your own webview and sign that or some other way for me and the rest of the community to be able to utilize a new and updated Webview 🙂 

    It's very useful for business applications, as we can integrate with existing systems and create interactive solutions.

  3. Hi, @chengnay!

    The reason for this is that Google builds their webview with the package name com.google.android.webview, whilst any custom built ROM or any custom built webview has the package name com.android.webview.

    This means you have currently installed two webviews, but the Focus only attempts to use com.android.webview. There is a button in Dev options on the focus to switch which webview you want to use, but this does not work you can't switch it.

    Google does this so you can update their webview through play store, whilst any custom built webview won't be affected by googles own updates. It's to allow for custom webviews with custom code to not be removed and replaced with googles updates.

  4. Actually, we just ordered 3 more headsets and it seems to come manufactured in a lower brightness level. We'll have to manually adjust it in ADB it seems to get the full brightness we want. 🙂 That cleared up the confusion.

    • Like 1
  5. Hi!

    Today I noticed the brightness was really low, I looked through all settings I could think of but I didn't find any setting for it.
    I ended up adjusting it using ADB to 255, but I'm just wondering what have we pressed that adjusted the brightness? It's in kiosk, so I believe it's a button or button combination on the headset?

  6. I assume you'll have to create your own video player connected to a server, for minimal latency I'd go for a socket based server.

    Use events such as
    Play and pause - Broadcasted to all devices
    Sync sanity - Each player tells the hub where they are down to a second or millisecond level, if a problem with the sync is detected correct that device accordingly. If you do choose a ms level bare in mind the latency between the device and the hub server.
    Skip - If you want a skip / search function the server could dictate that as well.

    Regarding what system to use I'd use Unity or Unreal

     

    -- 

     

    If you want to use a premade solution, there are apps out there which does this but they're meant for recreation and not suitable for a commercial easy to use scenario.

    • Thanks 1
×
×
  • Create New...