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
{{ message }}
This repository was archived by the owner on Oct 23, 2021. It is now read-only.
Hi,
When using QtPlayer object (or QPlayerView), I am not able to access video properties. For example, print(v.player.height) in the example given in qt4.py returns None. However, I don't encounter this issue if I use directly a Player instance. Any idea why?
Thanks
Hi,
When using QtPlayer object (or QPlayerView), I am not able to access video properties. For example,
print(v.player.height)in the example given in qt4.py returns None. However, I don't encounter this issue if I use directly a Player instance. Any idea why?Thanks