Skip to content

Instantly share code, notes, and snippets.

@DerekMarcinyshyn
Created September 6, 2015 06:14
Show Gist options
  • Select an option

  • Save DerekMarcinyshyn/29b48bbad5c3655ad52d to your computer and use it in GitHub Desktop.

Select an option

Save DerekMarcinyshyn/29b48bbad5c3655ad52d to your computer and use it in GitHub Desktop.
RaspberyPi user video privileges
# solves camera issues
# failed to open vchiq instance
echo 'SUBSYSTEM=="vchiq",GROUP="video",MODE="0660"' > /etc/udev/rules.d/10-vchiq-permissions.rules
usermod -a -G video pi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment