E-learning/teaching: Difference between revisions

From Medien Wiki
Line 3: Line 3:
==On Screen Display==
==On Screen Display==
=== Show Keyboard commands ===
=== Show Keyboard commands ===
When showing software it's usefull for the students to see which keyboard shortcuts are pressed. If your screen resolution is smaller than [https://gitlab.com/screenkey/screenkey/-/issues/111 32767 pixels] in either direction you can use screenkey, an on screen display (OSD) which be installed like this:
When showing software it's usefull for the students to see which keyboard shortcuts are pressed. If your screen resolution is smaller than [https://gitlab.com/screenkey/screenkey/-/issues/111 32767 Don't install from repository] in either direction you can use screenkey, an on screen display (OSD) which should be installed like this:
   apt install screenkey
   git clone https://gitlab.com/screenkey/screenkey.git
will install the screenkey application. Run it from the taskbar:
  cd screenkey
  ./screenkey # to run
  sudo ./setup.py install # to install
will install the screenkey application.


[[File:Screenkey.png]]
[[File:Screenkey.png]]

Revision as of 21:50, 28 May 2020

This page documents the setup of a Linux system for screencasting

On Screen Display

Show Keyboard commands

When showing software it's usefull for the students to see which keyboard shortcuts are pressed. If your screen resolution is smaller than 32767 Don't install from repository in either direction you can use screenkey, an on screen display (OSD) which should be installed like this:

 git clone https://gitlab.com/screenkey/screenkey.git
 cd screenkey
 ./screenkey # to run
 sudo ./setup.py install # to install

will install the screenkey application.

Screenkey.png

Make sure to check "Show modifier sequences only" otherwise everyone can read your password inputs...

Show Mouse Clicks

no solution yet

Stream Canon 5D via USB

   modprobe v4l2loopback
   gphoto2 --stdout --capture-movie | gst-launch-1.0 fdsrc fd=0 ! decodebin name=dec ! queue ! videoconvert ! tee ! v4l2sink device=/dev/video0

Source

Stream from OBS to a virtual camera source

We can't stream directly from OBS into Jitsi, BigBlueBitton, Google Meet, Skype, etc. For this wee need a virtual camera source.

  modprobe v4l2loopback devices=1 video_nr=10 card_label="OBS Cam" exclusive_caps=1

to install follow these steps:

  apt install qtbase5-dev
  git clone --recursive https://github.com/obsproject/obs-studio.git
  git clone https://github.com/CatxFish/obs-v4l2sink.git
  cd obs-v4l2sink
  mkdir build && cd build
  cmake -DLIBOBS_INCLUDE_DIR="../../obs-studio/libobs" -DCMAKE_INSTALL_PREFIX=/usr ..
  make -j4
  make install

Source

Wishlist

https://www.blackmagicdesign.com/products/intensitypro4k