Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up image to sound processing #11

Open
allen6chen opened this issue Feb 28, 2020 · 1 comment
Open

Set up image to sound processing #11

allen6chen opened this issue Feb 28, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@allen6chen
Copy link
Collaborator

Using Hololens' PhotoCapture api, get the frame the user is looking at.

CopyRawImageIntoBuffer might help with this - instead of storing the photo info as a texture, we just want to do frame analysis. The link shows iterating over the buffer and storing it as a list of colors. This should be pretty useful for our purposes too - we can take the midpoint color (or an average of several colors if we want) and return that

@allen6chen allen6chen added the enhancement New feature or request label Feb 28, 2020
@unoctium1
Copy link
Collaborator

https://github.com/VulcanTechnologies/HoloLensCameraStream This seems perfect for us actually

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

No branches or pull requests

2 participants