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

Get the byteArray #8

Closed
CostGranda opened this issue Mar 22, 2019 · 1 comment
Closed

Get the byteArray #8

CostGranda opened this issue Mar 22, 2019 · 1 comment

Comments

@CostGranda
Copy link

Hello, first thanks for your project and effort put on this.

I'm currently developing a script for FacialRecognition and the APIs that I'm using receive the ByteArray of the image capture using RTSP. I'm wonder if you can guide me how can I achieve this. Actually I have noticed that the read() method return the image in Pillow format, maybe I should touch your code to change this, but can't find where.

Thank you so much.

@dactylroot
Copy link
Owner

pandas and other data packages can typically perform array conversions from PIL formats. e.g. numpy.as_array(my-pil-image)

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

No branches or pull requests

2 participants