Hello!
I have 2 cameras Dahua IPC-HDBW4431R-ZS, I need to get snapshot from them. The main way to get it is Linux:
curl --digest --user login
ass "http://$IP/cgi-bin/snapshot.cgi" -o $OUT/$name.jpg.
After this command, I get 2 files: 28[M][0@0][0].jpg, and 28[F][0@0][0].jpg. Is it a camera feature or an error in the firmware, how do I get one file?
I have 2 cameras Dahua IPC-HDBW4431R-ZS, I need to get snapshot from them. The main way to get it is Linux:
curl --digest --user login

After this command, I get 2 files: 28[M][0@0][0].jpg, and 28[F][0@0][0].jpg. Is it a camera feature or an error in the firmware, how do I get one file?