makgab
Posts: 33
Joined: Fri Oct 24, 2014 9:28 am

RPi & Video Grabber (USB)

Tue Nov 04, 2014 6:16 pm

Hi!

I am trying a RPi (B, 512MB RAM) + TFT (on GPIO) + USB Video Grabber.
If I try connect the Grabber then the RPi reset. So I shutdown the RPi and connect the Grabber, then RPi is starting. Ok.
But the Grabber is not available, no file "/dev/video0".
If I connect the Grabber to my Fedora 20 x64 machine, the Grabber works fine!

Code: Select all

# dmesg
...
[40952.435828] usb 2-1.1: new high-speed USB device number 14 using ehci-pci
[40952.523254] usb 2-1.1: New USB device found, idVendor=1d19, idProduct=6109
[40952.523260] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[40952.523264] usb 2-1.1: Product: Video Grabber
[40952.523267] usb 2-1.1: Manufacturer: DK
[40952.523269] usb 2-1.1: SerialNumber: 0000000000
[40952.528059] cx231xx #0: New device DK Video Grabber @ 480 Mbps (1d19:6109) with 5 interfaces
[40952.528067] cx231xx #0: registering interface 1
[40952.528209] cx231xx #0: Identified as Pixelview Xcapture USB (card=11)
[40952.595642] cx231xx #0: cx231xx_dif_set_standard: setStandard to ffffffff
[40952.850981] cx25840 6-0044: cx23102 A/V decoder found @ 0x88 (cx231xx #0)
[40952.873609] cx25840 6-0044: Firmware download size changed to 16 bytes max length
So, the driver is the "cx231xx".

I tried the module cx231xx in Raspbian-2014-09-09, it was loading, but no device file (/dev/video0):

Code: Select all

# modprobe cx231xxx
# dmesg
media: Linux media interface: v0.10
Linux video capture interface: v2.00
usbcore: registered new interface driver cx231xx
What can I do for grabber can access? :(
--
G.

User avatar
mikronauts
Posts: 2783
Joined: Sat Jan 05, 2013 7:28 pm
Contact: Website

Re: RPi & Video Grabber (USB)

Tue Nov 04, 2014 6:21 pm

Try it on a powered hub, it sounds like your Model B can't power it.

If that still does not work, you may need a different V4L driver.
http://Mikronauts.com - home of EZasPi, RoboPi, Pi Rtc Dio and Pi Jumper @Mikronauts on Twitter
Advanced Robotics, I/O expansion and prototyping boards for the Raspberry Pi

makgab
Posts: 33
Joined: Fri Oct 24, 2014 9:28 am

Re: RPi & Video Grabber (USB)

Tue Nov 04, 2014 6:52 pm

mikronauts wrote:Try it on a powered hub, it sounds like your Model B can't power it.

If that still does not work, you may need a different V4L driver.
Ok thanks!
Which powered hub do you suggest?
--
G.

fruitoftheloom
Posts: 23337
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: RPi & Video Grabber (USB)

Tue Nov 04, 2014 7:00 pm

makgab wrote:
mikronauts wrote:Try it on a powered hub, it sounds like your Model B can't power it.

If that still does not work, you may need a different V4L driver.
Ok thanks!
Which powered hub do you suggest?
Any Mains Powered USB Hub which dies not back feed http://elinux.org/RPi_Powered_USB_Hubs
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

makgab
Posts: 33
Joined: Fri Oct 24, 2014 9:28 am

Re: RPi & Video Grabber (USB)

Sat Dec 06, 2014 6:09 pm

mikronauts wrote:Try it on a powered hub, it sounds like your Model B can't power it.

If that still does not work, you may need a different V4L driver.
With powered hub is same... :(
No /dev/video0 device. Why? What do I need to do?

Which v4l driver do I try it with?
--
G.

makgab
Posts: 33
Joined: Fri Oct 24, 2014 9:28 am

Re: RPi & Video Grabber (USB)

Tue Dec 09, 2014 6:17 pm

Any idea for using of video grabber? :(
--
G.

jason88252
Posts: 8
Joined: Sat Feb 07, 2015 9:27 am

Re: RPi & Video Grabber (USB)

Sat Feb 21, 2015 10:19 am

i have a similar problem here, same chipset, but mine is recognized in /dev/video0

but i cannot take a screenshot either with hyperion-v4l2 or mplayer.... can anyone help me?

Return to “General discussion”