Shared-Reality-Lab / IMAGE-HAPI

This repository contains both the java and JS/TS versions of the HAPI (Haply's API)
0 stars 0 forks source link

Investigate graphics flickering issue #16

Closed sriGanna closed 3 years ago

sriGanna commented 3 years ago

There is some occasional flickering in the graphics. This could be due to packet loss or the update rate in the worker. Look at issue #15 for an example of the flicker

rayanisran commented 3 years ago

This should be fixed. Turns out bad packets result in (0, 0) being sent to the encoder positions; I've added a check to discard this in device_read_data().