GithubHelp home page GithubHelp logo

Comments (3)

toffee avatar toffee commented on August 23, 2024

The ImagickException occurs

NOTICE: PHP message: PHP Fatal error:  Uncaught ImagickException: Zero size image string passed in /dataDisk/htdocs/gallery/image_proxy.php:148

because the snapshot url is not generated correctly.

In my custom_camera.conf the snapshot url looks like:
http\%3A//192.168.120.51/ISAPI/Streaming/channels/102/picture (please notice \ after http).

If I manually correct the url but the camera does not support basic auth (support only digest) the exception is:

NOTICE: PHP message: PHP Fatal error:  Uncaught ImagickException: no decode delegate for this image format `' @ error/blob.c/BlobToImage/363 in /dataDisk/htdocs/gallery/image_proxy.php:148

from smartserver.

HolgerHees avatar HolgerHees commented on August 23, 2024

Hi,

thanks for finding. I was not expecting that you use / adapt it so fast in your setup :-)

it should be fixed in?

a2a1463

  1. It should catch fatal exceptions to free up the apc lock
  2. It should support any auth type supported by curl automatically

The idea, of the whole refactoring, is to simplify the setup and make it more reusable. Before it was based on a much more "complicated" custom apache config, which I had to duplicate in my setup and some setups of friends of me.

from smartserver.

toffee avatar toffee commented on August 23, 2024

Hello and thank you!

I confirm that the issue is fixed. Also, now it's possible to authenticate to IP camera with digest.

from smartserver.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.