summaryrefslogtreecommitdiff
path: root/examples/README
blob: 8a8ef638112949e2378a3275f9518c93db6ef80f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
examples/
===

This directory contains a number of simple hacks come tests come
examples come clutter demos.

There are:

 o camera-list.js :

   Simple application showing webcams dynamically connected to your
   computer.

 o camera-player :

   Simple application showing the different capabilities of the
   ClutterGstCamera player.

 o pieces.js :

   Quick little demo moving around pieces of a video stream (use
   keyboard arrows).

 o simpler-player.js :

   Almost the simplest video player you can write in javascript using
   ClutterGst.

 o video-flip.js :

   A small example switching between 2 video streams on move events

 o video-flip2.js :

   An example switching between n video streams (use up/down keyboard
   arrows).

 o video-player :

   Simple fullscreen video player.

   - Move mouse to see controls.
   - Hit q or Esc to exit, p to toggle pause state.
   - Has some useless cheesy effects built in.
      - Hit e to flip the video.

 o video-sink :

   Demonstrates use of ClutterGstVideoSink with a custom pipeline.