Nice work on this project! I'd like to be able to capture the dynamic
depth from the Dynamic Depth Format (DDF) that's apparently been added
to Android 10, and which compliments the depth capture in Pixel 4
phones. Ideally, this could be displayed as a depth map.
Does this sound desirable/feasible for this project? I'm happy to work
on this feature and contribute. I've worked on Android apps before --
just not anything related to the camera, so any quick pointers on entry
points, classes or examples to start looking at for this would be
appreciated!
Kent
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It looks interesting - I was having trouble finding out exactly what support Android 10 adds for this, e.g., can the camera API now be set to save DDF? All I could find was a PDF for the DDF file format itself when embedded into the JPEG, not how to create the information or files in the first place.
All of the camera API specific work is in the cameracontroller/CameraController* classes.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Nice work on this project! I'd like to be able to capture the dynamic
depth from the Dynamic Depth Format (DDF) that's apparently been added
to Android 10, and which compliments the depth capture in Pixel 4
phones. Ideally, this could be displayed as a depth map.
Does this sound desirable/feasible for this project? I'm happy to work
on this feature and contribute. I've worked on Android apps before --
just not anything related to the camera, so any quick pointers on entry
points, classes or examples to start looking at for this would be
appreciated!
Kent
It looks interesting - I was having trouble finding out exactly what support Android 10 adds for this, e.g., can the camera API now be set to save DDF? All I could find was a PDF for the DDF file format itself when embedded into the JPEG, not how to create the information or files in the first place.
All of the camera API specific work is in the cameracontroller/CameraController* classes.