-
Notifications
You must be signed in to change notification settings - Fork 22
Expose raw buffer #19
Comments
@campaul Is this not fixed by |
This is referring to the not dcraw processed data. |
I'm not sure that we need this; I think we should be the higher level API, this strikes me as a lower level thing (which you can get through the LibRaw API if you want to go down to that level). |
I just had another change of heart on this; maybe we do want to support this, because if you're a researcher using photos to analyse something you probably want a way to get the raw bayer moire data (and you shouldn't have to dig down into libraw land to do it). I'll probably change my mind again tomorrow though. |
I pinged you about exactly that on FreeNode! I would actually need access to the non-debayered raw data (brut sensor data) that I would hook into Numpy arrays for further explorations. |
Hi. This is very useful, but is there a way to expose the full Bayer matrix (RGGB)? This is the |
I still haven't gotten around to fixing this issue, sorry. I've messed with it a bit, but the LibRaw behavior is not well defined here and doesn't appear to match the docs. I'll ask around and see if I can't get it working this weekend.
I'll have to play with it; I'm not sure, but that's off topic for this issue. |
No problem, I'll be glad to help if you want, as I was in the process of starting the implementation of a cpython interface with libraw when I found your module. |
@paalge many thanks; pull requests are always welcome. |
I've created a pull request #104 |
No description provided.
The text was updated successfully, but these errors were encountered: