You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently props used to set up channel state need to wait around until channel data arrives
Solution
We could initialize channel state much earlier ... except for LUT which may require channel data to be histogrammed before it can be set up. There still may be a way to preserve LUT info as state anyway, but it will have to be in an "encoded" state and then "decoded" when channel data is present..
Use Case
Currently props used to set up channel state need to wait around until channel data arrives
Solution
We could initialize channel state much earlier ... except for LUT which may require channel data to be histogrammed before it can be set up. There still may be a way to preserve LUT info as state anyway, but it will have to be in an "encoded" state and then "decoded" when channel data is present..
Related as possible follow-up to #262
The text was updated successfully, but these errors were encountered: