-
Notifications
You must be signed in to change notification settings - Fork 8
Common Errors Encountered
Mayank Mittal edited this page Oct 3, 2017
·
3 revisions
- First check the where the camera is mounted:
cd /dev/vi<TAB>
, - Change the permissions by:
sudo chmod 777 /dev/vi<TAB>
- Make sure that the python code is indented properly.
- Source your catkin workspace.
- If the camera is not running inspite of correct node then its user permissions should be changed.
- For identifying the port, connect only one camera at a time for identifying the port, run the command
$ls /dev/video*
. - After obtaining the port of camera, run the commands
$sudo chmod 777 /dev/<---camera port--->
and$sudo chown auviitk:auviitk /dev/<---camera port--->
.
- Run the commands
$mv .zsh_history .zsh_history_bad
then$strings .zsh_history_bad > .zsh_history
and$fc -R .zsh_history
.
Moderators: Mayank Mittal, Shikher Verma, Suryansh Agarwal . AUV-IITK