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

Figure out way to execute kinesis stream from server backend #67

Open
M-Davies opened this issue Apr 17, 2021 · 1 comment
Open

Figure out way to execute kinesis stream from server backend #67

M-Davies opened this issue Apr 17, 2021 · 1 comment
Labels
bug Something isn't working face Anything that relates to facial recognition

Comments

@M-Davies
Copy link
Owner

This is not possible currently due to how nodejs appears to execute g-streamer. It will produce #66 and as such, the python scripts will not be able to pick up any faces in the stream. I need to find a way to be able to start the stream and have it actually transmit data to aws without it blocking the python comparison script.

@M-Davies M-Davies added bug Something isn't working face Anything that relates to facial recognition labels Apr 17, 2021
@M-Davies M-Davies added this to Backlog in Eye of Horus Board via automation Apr 17, 2021
@M-Davies
Copy link
Owner Author

This is probably due to the website also tapping into the device camera, which of course produces a conflict where both the website and stream are fighting for access to the camera. I think the ideal solution would be for the website to take a picture using the camera and send that to the backend in the current way of doing it (it's just easier and less buggy)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working face Anything that relates to facial recognition
Projects
Development

No branches or pull requests

1 participant