'Raspberry Pi' Category

  • Kodi Keyboard controls

    April 17, 2019
    Source: https://kodi.wiki/view/Keyboard_controls Key Global Video playback Music visualisation 0 (zero) Go between the two last channels (live TV channel) OR Go to “now” on EPG/TV guide. A Audio delay control B Live TV: Schedule recording timers Live TV: Schedule recording timers C Contextual menu Playlist D Move item down (Playlist editor & Favorites window) E […]
  • RPI vcgencmd usage

    March 25, 2019
    Verified commands Command outputs are from firmware version 362371. vcgencmd command Shows a list of possible commands. root@raspberrypi:~# vcgencmd commands commands=”vcos, ap_output_control, ap_output_post_processing, vchi_test_init, vchi_test_exit, pm_set_policy, pm_get_status, pm_show_stats, pm_start_logging, pm_stop_logging, version, commands, set_vll_dir, led_control, set_backlight, set_logging, get_lcd_info, set_bus_arbiter_mode, cache_flush, otp_dump, codec_enabled, measure_clock, measure_volts, measure_temp, get_config, hdmi_ntsc_freqs, render_bar, disk_notify, inuse_notify, sus_suspend, sus_status, sus_is_enabled, sus_stop_test_thread, egl_platform_switch, mem_validate, […]
  • Remove swap on RaspberryPi

    March 25, 2019
    dphys-swapfile swapoff dphys-swapfile uninstall update-rc.d dphys-swapfile remove
  • Raspberry PI Video

    August 5, 2015
    Redirect video with VLC: raspivid -o – -t 99999 -hf -w 400 -h 300 -fps 25|sudo -u nico — cvlc -v – –noaudio –no-sout-audio –sout ‘#standard{access=http,mux=ts,dst=:8090}’ :demux=h264 Redirect video with netcat: while true; do raspivid -w 640 -h 480 -fps 25 -t 99999 -o – | nc -l -p 5001; sleep 1 ; done
  • Complete list of option: hostapd.conf

    May 21, 2015
    Example for hostapd configuration file hostapd.conf See also