You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
not an issue when starting with the 'pi' user, but if new user is added, without adding the new user to the group 'video', the temperature will display 'init*C'.
this is solved by adding the user to the group video:
$ usermod -aG video {username}
again, not a bug, so much as a work around. this might be better as a comment on this project, but i'm new to this and dont know how to add just a comment.
The text was updated successfully, but these errors were encountered:
not an issue when starting with the 'pi' user, but if new user is added, without adding the new user to the group 'video', the temperature will display 'init*C'.
this is solved by adding the user to the group video:
$ usermod -aG video {username}
again, not a bug, so much as a work around. this might be better as a comment on this project, but i'm new to this and dont know how to add just a comment.
The text was updated successfully, but these errors were encountered: