PINE64

Full Version: Anyone get the camera to work yet?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I've tried New Ubuntu ML-Anderal 4-20-16.img and the xubuntu-xenial-20160502-longsleep-pine64.img so far.  I'm going to try android-rooted-ver5.1.1-20160505-pine64 next. 

I don't see where the kernel even sees the module.  I assume there is something that has to be added into the install for this.

I am  noob, so I might be overlooking something.
(05-16-2016, 06:02 PM)Havensal Wrote: [ -> ]I've tried New Ubuntu ML-Anderal 4-20-16.img and the xubuntu-xenial-20160502-longsleep-pine64.img so far.  I'm going to try android-rooted-ver5.1.1-20160505-pine64 next. 

I don't see where the kernel even sees the module.  I assume there is something that has to be added into the install for this.

I am  noob, so I might be overlooking something.

Hi, 

I finally got my shipping notification. I want to play around with the camera and openCV and would also be interested to hear if anybody has got it working yet.
I too haven't get the camera module to work yet.

For the time being, it won't work on Android as according to TL Lim, there's a conflict with the newly ported UVC driver.
I haven't tried it with Linux though.
(05-16-2016, 06:02 PM)Havensal Wrote: [ -> ]I've tried New Ubuntu ML-Anderal 4-20-16.img and the xubuntu-xenial-20160502-longsleep-pine64.img so far.  I'm going to try android-rooted-ver5.1.1-20160505-pine64 next. 

I don't see where the kernel even sees the module.  I assume there is something that has to be added into the install for this.

I am  noob, so I might be overlooking something.

The camera module works on Android LCD version Android build but not no HDMI build. The Android team current combine both CSI camera module driver and UVC camera driver into one build and hopefully will release on next week.
Thanks for the update . Do you know if someone is working on the linux side?
Also looking for any information about camera in linux =)
Hi guys, I have working camera under latest Longsleep ubuntu and with Python pygame.camera =)

Script:
_______________________________
import pygame.camera
import pygame.image

print "Hello =)"

pygame.camera.init()
cam = pygame.camera.Camera(pygame.camera.list_cameras()[0])
cam.start()
img = cam.get_image()
pygame.image.save(img, "photo.bmp")
cam.stop()
pygame.camera.quit()

print "Finished =)"

___________________________________

EDIT: It's not CSI camera, but standard USB camera - unlike on first raspis, on PINE usb camera works immediately =)
(05-30-2016, 03:07 PM)NWUK Wrote: [ -> ]Thanks for the update . Do you know if someone is working on the linux side?

There is one developer works on the camera porting to Linux build, he mentioned that he can get it done in 2-3 weeks time. I keep my finger cross.
(06-02-2016, 05:49 PM)tllim Wrote: [ -> ]
(05-30-2016, 03:07 PM)NWUK Wrote: [ -> ]Thanks for the update . Do you know if someone is working on the linux side?

There is one developer works on the camera porting to Linux build, he mentioned that he can get it done in 2-3 weeks time. I keep my finger cross.

Great, thanks for the update!

: Cool stuff!

Hopefully soon the CSI camera will also be working under linux. 

P.S. I just got my Pine64 and am writting this on the Pine, running Ubuntu :-) Everything worked out of the box with longsleeps image with startup etc
I just got my Pine64+ with the camera module and it works with Android and HDMI (Full HD). I will provide some info to longsleep so he can work on the linux side.
Pages: 1 2