![]() |
2010-06-05
, 17:27
|
Posts: 642 |
Thanked: 486 times |
Joined on Aug 2008
|
#2
|
![]() |
2010-06-05
, 18:05
|
Posts: 4 |
Thanked: 2 times |
Joined on Jan 2010
|
#3
|
![]() |
2010-06-05
, 20:51
|
Posts: 642 |
Thanked: 486 times |
Joined on Aug 2008
|
#4
|
![]() |
2010-06-06
, 12:48
|
Posts: 4 |
Thanked: 2 times |
Joined on Jan 2010
|
#5
|
The Following User Says Thank You to gulassi For This Useful Post: | ||
![]() |
2010-06-10
, 21:30
|
Posts: 6 |
Thanked: 1 time |
Joined on Feb 2010
|
#6
|
Managed to fix the problem. Uninstalled omap3camd and purged it. Then reinstalled and after reboot camera started working.
![]() |
2010-06-10
, 23:51
|
Posts: 739 |
Thanked: 114 times |
Joined on Sep 2009
|
#7
|
![]() |
2010-06-11
, 04:15
|
Posts: 4 |
Thanked: 2 times |
Joined on Jan 2010
|
#8
|
The Following User Says Thank You to gulassi For This Useful Post: | ||
![]() |
2010-06-11
, 04:40
|
Posts: 1,425 |
Thanked: 983 times |
Joined on May 2010
@ Hong Kong
|
#9
|
start xterm, sudo gainroot (needs the rootsh package), apt-get remove omap3camd, dpkg --purge omap3camd, apt-get install omap3camd
apt-get autoremove omap3camd --purge && apt-get install omap3camd
The Following User Says Thank You to 9000 For This Useful Post: | ||
![]() |
2010-06-11
, 14:19
|
Posts: 6 |
Thanked: 1 time |
Joined on Feb 2010
|
#10
|
Fyi. the command can also rephrase as following:
The advantage of using autoremove is that it remove the dep. packages are well, if any.Code:apt-get autoremove omap3camd --purge && apt-get install omap3camd
I have diagnosed the problem a bit. It sees that omap3camd for /dev/video0 gets started fine at boot but it crashes when I open the camera for the first time. If started again with command omap3camd -d /dev/video0 I get "bus error" message from it when opening camera again. I can use gst-launch to view video by piping /dev/video0 to xvimagesink with no problems.
I am at a loss about what to do next. If anyone has any ideas on howto fix this, your input is greatly appreciated.