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
Hi there,
I'm quite new using Python & OMXPLAYER-WRAPPER and some help will be awesome! : ))
The project consist on using TouchOSC to send different osc message to the RaspberryPi and then it will display different video sequences based on the OSC message.
In total there are just two videos --> video1 and video2
The TouchOSC layout will be just three buttons --> action, standby and loop:
Action --> it will display video1 and then a loop of the video2 --> video1 + loop(video2)
Standby --> it will display a loop of the video2 --> loop(video2)
Loop --> it will display a loop of video1 and video2 --> loop(video1 + video2)
I have manage to do each interaction separately, but I have problems when I press one button, and then another one. It's showing both video, or just one video slowly...
Issue Report
Description
Hi there,
I'm quite new using Python & OMXPLAYER-WRAPPER and some help will be awesome! : ))
The project consist on using TouchOSC to send different osc message to the RaspberryPi and then it will display different video sequences based on the OSC message.
In total there are just two videos --> video1 and video2
The TouchOSC layout will be just three buttons --> action, standby and loop:
Action --> it will display video1 and then a loop of the video2 --> video1 + loop(video2)
Standby --> it will display a loop of the video2 --> loop(video2)
Loop --> it will display a loop of video1 and video2 --> loop(video1 + video2)
I have manage to do each interaction separately, but I have problems when I press one button, and then another one. It's showing both video, or just one video slowly...
This is the code that I've made:
THANKS !
The text was updated successfully, but these errors were encountered: