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.
	
	
	
	
	
 
 
	
	
		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.
	
	
	
	
	
 
 
	
	
		Also looking for any information about camera in linux =)
	
	
	
If I posted something helpful, please rate +
	
	
 
 
	
		
		
		06-02-2016, 04:03 PM 
(This post was last modified: 06-02-2016, 11:45 PM by TeaPack.)
		
	 
	
		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 +
	
	
 
 
	
	
		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.