ip-camera-proxy icon indicating copy to clipboard operation
ip-camera-proxy copied to clipboard

PHP frontend to interface with cheap password-protected webcams and pull images for public display on a website.

Results 2 ip-camera-proxy issues
Sort by recently updated
recently updated
newest added

Hi, Your snapshot.php script is not working as is with at least wanscam, imou, d-link ip cameras. But if you add curl_setopt($curl_handle, CURLOPT_HTTPAUTH, CURLAUTH_ANY); right before the lines curl_setopt($curl_handle, CURLOPT_USERPWD,...

Too many visitors can DoS the camera or web server. Snapshot.php should cache images.