Discussion:
running opencv and ps eye camera in beaglebone
gus
2013-05-19 20:56:45 UTC
Permalink
hi. i have been trying to use opencv in Angstrom distro to get the images
from a Play Station Eye camera.
my main problem is that Angstrom does not recognize the camera when it is
connected to the Beaglebone. I have already installed (using opkg)
kernel-module-gspca-ov534 and w3cam, but nothing: the camera does not show
up in /dev/.
how can i fix this problem?
thanks in advance for any help you could provide.
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
Ben Loftin
2013-05-19 21:09:17 UTC
Permalink
after you plug it in can you post the end of the results of

dmesg
Post by gus
hi. i have been trying to use opencv in Angstrom distro to get the images
from a Play Station Eye camera.
my main problem is that Angstrom does not recognize the camera when it is
connected to the Beaglebone. I have already installed (using opkg)
kernel-module-gspca-ov534 and w3cam, but nothing: the camera does not show
up in /dev/.
how can i fix this problem?
thanks in advance for any help you could provide.
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/groups/opt_out.
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
gus
2013-05-21 20:54:51 UTC
Permalink
hi, thanks for asnwering. after connecting the camera, the result of dmesg
is the following:

[ 255.318396] usb 1-1: new high-speed USB device number 3 using musb-hdrc
[ 255.460834] usb 1-1: New USB device found, idVendor=1415, idProduct=2000
[ 255.460861] usb 1-1: New USB device strings: Mfr=1, Product=2,
SerialNumber=0
[ 255.460880] usb 1-1: Product: USB Camera-B4.09.24.1
[ 255.460896] usb 1-1: Manufacturer: OmniVision Technologies, Inc.
[ 255.485288] gspca_ov534: Unknown symbol gspca_frame_add (err 0)
[ 255.485347] gspca_ov534: Unknown symbol gspca_disconnect (err 0)
[ 255.485366] gspca_ov534: Unknown symbol gspca_resume (err 0)
[ 255.485384] gspca_ov534: Unknown symbol gspca_dev_probe (err 0)
[ 255.485408] gspca_ov534: Unknown symbol gspca_suspend (err 0)
[ 255.497209] gspca_ov534: Unknown symbol gspca_frame_add (err 0)
[ 255.497268] gspca_ov534: Unknown symbol gspca_disconnect (err 0)
[ 255.497288] gspca_ov534: Unknown symbol gspca_resume (err 0)
[ 255.497306] gspca_ov534: Unknown symbol gspca_dev_probe (err 0)
[ 255.497329] gspca_ov534: Unknown symbol gspca_suspend (err 0)
[ 255.525156] gspca_ov534: Unknown symbol gspca_frame_add (err 0)
[ 255.525214] gspca_ov534: Unknown symbol gspca_disconnect (err 0)
[ 255.525234] gspca_ov534: Unknown symbol gspca_resume (err 0)
[ 255.525252] gspca_ov534: Unknown symbol gspca_dev_probe (err 0)
[ 255.525276] gspca_ov534: Unknown symbol gspca_suspend (err 0)
[ 255.551319] gspca_ov534: Unknown symbol gspca_frame_add (err 0)
[ 255.551377] gspca_ov534: Unknown symbol gspca_disconnect (err 0)
[ 255.551397] gspca_ov534: Unknown symbol gspca_resume (err 0)
[ 255.551415] gspca_ov534: Unknown symbol gspca_dev_probe (err 0)
[ 255.551439] gspca_ov534: Unknown symbol gspca_suspend (err 0)

by the way, a long time ago i followed this directions
http://markmail.org/message/t3ffcekm2bo3f7pa to be able to insert usb
memory cards in beaglebone, which may be causing the problem too, but i am
not sure.

thanks in advance for future help
Post by Ben Loftin
after you plug it in can you post the end of the results of
dmesg
Post by gus
hi. i have been trying to use opencv in Angstrom distro to get the images
from a Play Station Eye camera.
my main problem is that Angstrom does not recognize the camera when it is
connected to the Beaglebone. I have already installed (using opkg)
kernel-module-gspca-ov534 and w3cam, but nothing: the camera does not show
up in /dev/.
how can i fix this problem?
thanks in advance for any help you could provide.
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/groups/opt_out.
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
bear24rw
2013-05-31 18:28:46 UTC
Permalink
Post by gus
hi, thanks for asnwering. after connecting the camera, the result of dmesg
Did you compile your own kernel? It looks like the ov534 module was built
against a different kernel than the one you are running.
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
gus
2013-06-01 17:13:04 UTC
Permalink
thanks for the suggestion. i have not compiled my own kernel, and i do not
know how to do that.
can you give me some info about that?
Post by bear24rw
Post by gus
hi, thanks for asnwering. after connecting the camera, the result of
Did you compile your own kernel? It looks like the ov534 module was built
against a different kernel than the one you are running.
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
gustavo chacon
2013-06-01 17:13:43 UTC
Permalink
thanks for the suggestion. i have not compiled my own kernel, and i do not
know how to do that.
can you give me some info about that?
Post by bear24rw
Post by gus
hi, thanks for asnwering. after connecting the camera, the result of
Did you compile your own kernel? It looks like the ov534 module was built
against a different kernel than the one you are running.
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to a topic in the
Google Groups "BeagleBoard" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/beagleboard/UWIcG0sAzh8/unsubscribe?hl=en
.
To unsubscribe from this group and all its topics, send an email to
For more options, visit https://groups.google.com/groups/opt_out.
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
Loading...