This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Get Snapshot from Hikvision Camera
#10
(15.03.2023, 08:21)admin Wrote: See if this works with curl:
  1. Download curl for Windows: https://curl.se/windows/
  2. Open terminal, go to bin directory
  3. Run curl command, replace IP/USER/PASS as needed
  4. See if you get a correct camera snapshot as snapshot.jpeg in the bin directory
  5. If this works then provide the whole curl output that you get in the terminal window

Code:
.\curl.exe -v 'http://IP/ISAPI/Streaming/channels/101/picture' --digest -u USER:PASS -o snapshot.jpeg

   
Reply


Messages In This Thread
RE: Get Snapshot from Hikvision Camera - by DGrandes - 15.03.2023, 09:22

Forum Jump: