Anyone get the camera to work yet?
#1
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.
  Reply
#2
(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.
  Reply
#3
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.
  Reply
#4
(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.
  Reply
#5
Thanks for the update @tllim. Do you know if someone is working on the linux side?
  Reply
#6
Also looking for any information about camera in linux =)
If I posted something helpful, please rate +
  Reply
#7
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 =)
If I posted something helpful, please rate +
  Reply
#8
(05-30-2016, 03:07 PM)NWUK Wrote: Thanks for the update @tllim. 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.
  Reply
#9
(06-02-2016, 05:49 PM)tllim Wrote:
(05-30-2016, 03:07 PM)NWUK Wrote: Thanks for the update @tllim. 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.

@tllim Great, thanks for the update!

@TeaPack: 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
  Reply
#10
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.
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  camera port details? gourmand007 6 14,575 03-07-2021, 05:29 PM
Last Post: DippingMyToesIn
  About the camera robopo 11 20,977 03-06-2021, 12:28 AM
Last Post: DippingMyToesIn
  CSI / Camera Module Compatibility? vade 8 16,522 04-03-2020, 05:39 AM
Last Post: Ellesar Dragon
  13MP Camera cable extension saviod 2 5,071 06-21-2019, 06:05 AM
Last Post: saviod
  Camera Sasank 15 26,079 12-13-2018, 09:08 PM
Last Post: Mutani
  Himax 5 Megapixel Camera Module cannot fit into 7″ LCD Touch Screen Panel themyshop 3 6,959 05-10-2018, 04:28 PM
Last Post: tllim
  Webcam vs camera module on pine64+ fkpkot 4 9,844 02-27-2017, 03:57 PM
Last Post: MarkHaysHarris777
  Camera is working on Linux @lex 50 86,172 10-26-2016, 03:17 PM
Last Post: @lex
  camera module and lcd integration jodybrown99 5 8,832 10-11-2016, 11:35 AM
Last Post: hikaricore

Forum Jump:


Users browsing this thread: 1 Guest(s)