We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have Amcrest AD410 doorbell. I am trying to get a snapshot using following code
snapshot2 = camera.snapshot().read()
or
snapshot = camera.snapshot().data and save resulting data to a file. Then when I check the file with jpeginfo, it gives following message..
snapshot = camera.snapshot().data
Corrupt JPEG data: 608 extraneous bytes before marker 0xfe 720 x 576 24bit JFIF N 27251
any idea what I could be doing wrong.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have Amcrest AD410 doorbell. I am trying to get a snapshot using following code
snapshot2 = camera.snapshot().read()
or
snapshot = camera.snapshot().data
and save resulting data to a file. Then when I check the file with jpeginfo, it gives following message..
Corrupt JPEG data: 608 extraneous bytes before marker 0xfe 720 x 576 24bit JFIF N 27251
any idea what I could be doing wrong.
The text was updated successfully, but these errors were encountered: