Created
September 6, 2015 06:14
-
-
Save DerekMarcinyshyn/29b48bbad5c3655ad52d to your computer and use it in GitHub Desktop.
RaspberyPi user video privileges
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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