Amaanboon

Results 1 issues of Amaanboon

I am trying to display a logo using VideLogoOption ``` vlc.libvlc_video_set_logo_int(pi,vlc.VideoLogoOption.logo_enable,1) vlc.libvlc_video_set_logo_string(pi,vlc.VideoLogoOption.logo_file,"Media/GUI.png") ``` Error: "argument 3: TypeError: wrong type" error ![error](https://github.com/oaubert/python-vlc/assets/156907404/34ba7704-bc4d-46b7-a733-164270d18bf2) How to pass the file path?