Thread: Camera Problem
View Single Post
Posts: 35 | Thanked: 22 times | Joined on Jul 2010 @ Moscow
#4
Then i'd recommend use fuser /dev/video0 to see what's locking it, but it seems fuser doesn't work at all. You can try this instead:
lsof | grep "video"
or
lsof | grep "camera"

I think, someone else had similar problem and it was conflicting with power kernel. Try reinstalling/update kernel power, if you have one.

Last edited by Silvarum; 2011-07-15 at 09:17.