Camera problems [SOLVED]

Support and queries relating to all previous versions of ZoneMinder
Locked
stoneybroke
Posts: 11
Joined: Sun Aug 24, 2008 11:23 am
Location: England

Camera problems [SOLVED]

Post by stoneybroke »

Hi All,

I have just installed zoneminder v1.23.3 on a Ubuntu server, used Xawtv with a USB Pixart_PAC207-BCA web camera I managed to get everything working great, the camera was recording/monitoring etc. and was also working fine on Skype. All was well for two days however yesterday after a mains power failure the camera went off completely.

I couldn't find the problem in the logs or as to why the camera has stopped working and even after a complete re-install of zoneminder, skype and xawtv I can only get the camera working on xawtv and nothing else.

So has anyone got any idea's suggestions.

Thanks.

Solved the problem myself, I don't know what happened but the source path had changed from /dev/video0 (0) to /dev/video (0) once I replaced video to video0 the camera worked again. :D
*** Microsoft Windows ***
A compete waste of perfectly good space on a hard drive.
User avatar
Normando
Posts: 219
Joined: Sun Aug 17, 2008 5:34 am
Location: Rosario - Argentina

Post by Normando »

The source path is only /dev/video or /dev/video0, and not /dev/video (0) nor /dev/video0 (0).

/dev/video0 is a softlink for /dev/video
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

Actually that's backwards and should be that /dev/video is a symbolic link to /dev/video0
User avatar
Normando
Posts: 219
Joined: Sun Aug 17, 2008 5:34 am
Location: Rosario - Argentina

Post by Normando »

cordel wrote:Actually that's backwards and should be that /dev/video is a symbolic link to /dev/video0
Yes yes, you are right :idea:
Locked