Video in Carousel?

25 views
Skip to first unread message

Ian Miles

unread,
Jan 21, 2018, 10:44:18 PM1/21/18
to Kivy users support
Does anyone know if it is possible to play a video in the carousel? I am trying to switch between video feeds via http:// using the carousel function in kivy. 


Cheers,

iAN_M

ZenCODE

unread,
Jan 23, 2018, 10:59:11 AM1/23/18
to Kivy users support
You would just put a VideoPlayer widget in the Carousel as you would any other widget. Have you tried that?

Ian Miles

unread,
Jan 25, 2018, 5:25:49 PM1/25/18
to Kivy users support

I did. Though clearly I have not done it correctly...






from kivy.lang import Builder

from kivy.app import App

from kivy.core.video import Video

racine=Builder.load_string('''

Carousel:

    direction: 'right'


    BoxLayout:

        orientation: 'vertical'

        video:

        source: http://192.168.0.13:8080/?action=stream



        Label:

            text: "Photo 2 : C'est beau le Cantal"

            size_hint_y: 0.1

Reply all
Reply to author
Forward
0 new messages