Reputation: 540
I have an IP camera with which I would like to capture the image every ten minutes. The camera does not expose an endpoint for a JPEG image but has a JPEG Stream endpoint. How can I capture this image in PowerShell and save it to a folder?
Note: I am in a corporate environment, and installing third-party modules or programs is not an entirely viable option
Upvotes: 0
Views: 137
Reputation: 2979
Without looking at your code its difficult to answer but probably what you are looking for is get-content
Upvotes: 0