python-amcrest icon indicating copy to clipboard operation
python-amcrest copied to clipboard

Corrupted jpeg snapshot

Open carefulcomputer opened this issue 2 years ago • 0 comments

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.

carefulcomputer avatar Nov 28 '21 06:11 carefulcomputer