PkmX / lcamera

A camera app using the new camera2 API in Android Lollipop
1.28k stars 220 forks source link

RAW video #121

Open kizzmaul opened 9 years ago

kizzmaul commented 9 years ago

Hey,

Could it be possible to shoot RAW-video with Nexus 5?

utkarshns commented 9 years ago

I highly doubt that, the storage bandwidth will surely won't be able to keep up. On Dec 29, 2014 12:39 AM, "kizzmaul" notifications@github.com wrote:

Hey,

Could it be possible to shoot RAW-video with Nexus 5?

Reply to this email directly or view it on GitHub https://github.com/PkmX/lcamera/issues/121.

fenixfx commented 9 years ago

For now shooting hight speed raw, as i know, possible maximum at about 22 photos, then it breaks in flinders or something like this. So if you need 1 sec video...

kizzmaul commented 9 years ago

Maybe we could get short videos by storing the raw video in RAM and then writing the frames from RAM to storage as fast as storage can go?

utkarshns commented 9 years ago

Thats what the lcamera does right now with burst mode except that it stores DNGs instead of video. And it goes horribly slow after 7 images.

On 29 December 2014 at 02:43, kizzmaul notifications@github.com wrote:

Maybe we could get short videos by storing the raw video in RAM and then writing the frames from RAM to storage as fast as storage can go?

Reply to this email directly or view it on GitHub https://github.com/PkmX/lcamera/issues/121#issuecomment-68219669.

davidhesselbom commented 9 years ago

What about with the Nexus 6?

dadix commented 9 years ago

Maybe we can have raw video but not in full hd or hd mode, but maybe in 480p with higer bitrate encoding

dadix commented 9 years ago

Or maybe is possible to change enconding into mjpeg because it need less cpu power from what I know.(I know this is not raw but is good for who want a new toy)