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
Getting an error on the pi when trying to open more than one window, in certain scenarios (more than 1 win per thread/process or multiple instantiations of shared lib).
Error is tv service-client failed to connect to tv service
solution according to this thread is to make sure bcm_host_init is only called once
The text was updated successfully, but these errors were encountered:
Getting an error on the pi when trying to open more than one window, in certain scenarios (more than 1 win per thread/process or multiple instantiations of shared lib).
Error is
tv service-client failed to connect to tv service
solution according to this thread is to make sure
bcm_host_init
is only called onceThe text was updated successfully, but these errors were encountered: