-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue : #19
Comments
I have the same problem. Do you have any advice on that? |
I confirmed the problem with my MacBookAir (6,2) and native Ubuntu 14.04, kernel 3.16.0-60-generic. |
Ubuntu 14.04 + Indigo is running in my machine and works fine. Thinkpad T440p
GIGABYTE BX-i7-5500U
|
I found I cannot grab any image from /dev/video0 with my other desktop PC, which I used to use the ROS package. Something must be changed in Ubuntu 14.04.
Need further investigation. |
I downgraded the kernel to 3.17.3, then I can grab video stream from /dev/video0 with my MacBook Air as it used to be in Ubuntu 12.04. I'm using guvcview. The kernel version (maybe usb or uvcvideo or v4l driver) seems to be part of the reason. I tired kernel 3.16.0-67, 3.19.0-56 and 4.4.0-13 and none of them can make it works. @hyaguchijsk kindly reported he is using 3.19.0-51 successfully, it might depend on the hardware environments. But if you are suffered from no streaming video in spite of seeing /dev/video0, it's worth to downgrade your kernel to 3.17.3. It is easy to get deb files from http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.17.3-vivid/ . |
I've got a new PC, Lenovo Thinkpad X1 carbon(5th gen). I can make ps4eye node work successfully. Environment:
If gscam is released to Kinetic, we may be also able to release ps4eye... BTW, another working report is in #29
|
Hi Longjie,
I am running Mac OS, El Captain + Parallels installed Linux 14.04 + Full USB 3.0 Support (tested independently on another 3.0 hard disk device).
parallels@ubuntu:~$ cat /proc/version
Linux version 3.17.3-031703-generic (apw@gomeisa) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #201411141335 SMP Fri Nov 14 18:36:40 UTC 2014
I have all the code working. I have been able to successfully upload the firmware:
parallels@ubuntu:~/ps4eye/python$ ./ps4eye_init.py
PS4 camera already initialized
parallels@ubuntu:~/ps4eye/python$ lsusb
Bus 001 Device 003: ID 203a:fffa
Bus 001 Device 002: ID 203a:fffa
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 003: ID 05a9:058a OmniVision Technologies, Inc.
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
I can even get the light (red light) on the ps4eye to turn on via the other code:
sudo ./ps4eye_cmd.py startup.bin
PS4 camera commands done
device 0:
endpoint 0 : 81
detaching kernel driver...
aborting camera read
attaching kernel driver...
So I can talk to it. I can even see the option for /dev/video0 when I run Cheese on ubuntu (webcam viewer) I can see the video resolutions of the device - all correctly... But when I click on the PS4Eye to stream I get a blank screen... If I restart and enable the internal HD video camera on the mac - that works fine.
Any ideas to what could be wrong ?
I really appreciate any help even if you can offer some pointers It'd be a big help.
Thank you for all your work it's great - just be really nice to have a clean system running with the PS4Eye in ROS.
Also in El Captain if I JUST connect the ps4eye to the mac local machine (not the visualised machine). I can see in "Photo Booth & VLC" a second video option USB Camera-OV580 but no video comes out, no errors, just no video...
I'm so close to getting this going, really don't want to give up as it'd be great to have all this running.
I was thinking of the next step being just cutting the wires shorter and re-soldering as maybe it's a cable length / quality of connection issue....
kind regards,
eVorta
The text was updated successfully, but these errors were encountered: