Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

3D Tracking with Android Cam API? #20

Open
b-g opened this issue Jan 11, 2021 · 3 comments
Open

3D Tracking with Android Cam API? #20

b-g opened this issue Jan 11, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@b-g
Copy link
Member

b-g commented Jan 11, 2021

The recent post in #81 opendatacam/opendatacam#81 of the main repo made me wonder whether there is an API on Android to get z-depth infos for pixels via the in-built cam? Maybe we could have some rough 3d "thing" in Android out of the box?

@tdurand tdurand added the enhancement New feature or request label Jan 11, 2021
@tdurand
Copy link
Member

tdurand commented Jan 11, 2021

There is an API : https://developers.google.com/ar/develop/java/depth/overview , that we would need to investigate.. I think it would affect performance quite a lot .. but yes definitely as a "opt-in" option .

@b-g
Copy link
Member Author

b-g commented Jan 11, 2021

would affect performance quite a lot

Not sure ... as if this all happens on dedicated chips outside of the normal CPU realm this might not be the case. From my back in day GPU OpenCV days it was sometimes counterintuitive what really affects performance a lot and what not.

Anyways was just an idea ... maybe we could the 3d tracking peeps to this once it is online/public and hope for PRs :)

@tdurand
Copy link
Member

tdurand commented Jan 11, 2021

Not sure ... as if this all happens on dedicated chips outside of the normal CPU realm this might not be the case. From my back in day GPU OpenCV days it was sometimes counterintuitive what really affects performance a lot and what not.

yes true we never know before trying out 🙏 , I'm pessimistic sorry 😁

Anyways was just an idea ... maybe we could the 3d tracking peeps to this once it is online/public and hope for PRs :)

yep, good to have it on the backlog

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants