Jump to content

daoshengmu_moz

Verified Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by daoshengmu_moz

  1. On 9/10/2019 at 4:32 AM, Tony PH Lin said:

    Hi @daoshengmu

     

    Could you clarify first with below conditions?

    1) Why your API only have 3 parameters, it should be 5.

    Please check below link for detail.

    https://hub.vive.com/storage/docs/en-us/WVR_TriggerVibration.html?highlight=wvr_triggervibrator

    It doesn't need to be 5 parameters because it has default parameters. I tried `WVR_TriggerVibration(controller.type);` too. There is only one controller from my hands can do the vibration.

     

    On 9/10/2019 at 4:32 AM, Tony PH Lin said:

    2) Do you also switch from Launcher Setting (Left/Right Hand) when you test it?

    3) Can you confirm if your controller is good w/o broken?

    Thanks.

     

     

    I start feeling one of my controllers is broken because this function works for my team member's two controllers.

  2. We are using WaveVR SDK 3.1.1 Beta.

    We notice

    WVR_TriggerVibration(controller.type, WVR_InputId_Alias1_Trigger, 5000);

    only works on the right-hand controller in HTC Focus Plus.

    In Focus, because it only has one controller, it can trigger vibration by either WVR_DeviceType_Controller_Left or WVR_DeviceType_Controller_Right on the main controller that is according to the controller setting.

    @Cotta @Tony PH Lin

     

  3. When I am doing debug in AndroidStudio and pause by a breakpoint, WaveVR will kill my process by its watch dog, the log as below. Is there a way to disable it during debug?

     

    ```

    E/svr: NanoSleep: Overslept by 19052.088 ms
    E/VRWatchDog: SUBMIT-TIMEOUT EXCEPTION: 22926 ms
    E/VRWatchDog: *** Kill process:9659, because app doesn't call submit in time ***
    E/SVRMain: >>>Error: svr begin vr finish activity <<<
    E/svr: NanoSleep: Overslept by 3853.139 ms
    E/VRApp: Failed to submit right eye frame
    E/VRApp: Failed to submit right eye frame
    E/BufferQueueProducer: [surfaceTexture-13-9659-0] dequeueBuffer: BufferQueue has been abandoned

    ```

     

×
×
  • Create New...