IPCamViewer for Enigma2

Wir haben aktuell ein Problem mit dem Board und arbeiten an der Lösung...
  • Hello,


    how to configure Lynksys WVC54GCA if possible ?


    Code
    http://192.168.1.101/img/video.mjpeg
  • Aki: mjpeg is a stream protocol - you have to use a snapshot image request. I think your camera uses


    http://<camera IP>/img/snapshot.cgi


    replace <camera IP> with your camera address

    2 x DM7025SS (Gemini2v4.4), DM600(PCD 7.0), DM800S (Gemini 4.4) TM9100(UR9B2), DM500HD, Triax 88cm dish, Technomate motor.

  • You're all right for snapshot :


    Code
    http://192.168.1.101/img/snapshot.cgi


    Then for my Lynksys WVC54GCA I configure IPCamViewer.conf like this


    Code
    {command}{Linksys.snapshot}{/img/snapshot.cgi}
    {command}{Linksys.protocol}{http://} 
    {camera}{192.168.1.101}{Linksys}{Cuisine}{admin}{mypassword}


    login and password are necessary else I have a crash !


    Thanks a lot shumifan50.

  • Hi
    no Port ? 81


    {command}{Levelone.snapshot}{/img/snapshot.cgi}
    {command}{Levelone.protocol}{http://}
    {camera}{192.168.178.**}{Levelone}{City}{Username}{Password}

    Ich spare Strom, esse das Fleisch roh und trinke den Kaffee kalt.


    :hurra:

  • Zitat

    Original von otto19
    Hi
    no Port ? 81


    {command}{Levelone.snapshot}{/img/snapshot.cgi}
    {command}{Levelone.protocol}{http://}
    {camera}{192.168.178.**}{Levelone}{City}{Username}{Password}


    Sorry but wont work. Box went to green screen and Enigma restarts.


    I have seted my Cam to Port 80 but no changes.


    Regards
    Tom


  • Test this, it works with my cam


    {command}{Levelone.snapshot}{snapshot.cgi?user=admin&pwd=xxxxxx}
    {command}{Levelone.protocol}{http://}
    {camera}{192.168.178.**}{Levelone}{City}{Username}{Password}

  • If your camera supports it, this form of {command} line is more efficient than leaving the username and password on the camera line, as it avoids the challenge by the camera to get the username and password:


    {command}{Levelone.snapshot}{snapshot.cgi?user=admin&pwd=xxxxxx}


    This becomes painful if you have more than one camera with different username/password as you will have to set up different camera types( {command} lines) for each camera, or (best solution) change all cameras to use the same username/password.


    Note that username:password@.... format is NOT supported. This is not a standard http protocol.

    2 x DM7025SS (Gemini2v4.4), DM600(PCD 7.0), DM800S (Gemini 4.4) TM9100(UR9B2), DM500HD, Triax 88cm dish, Technomate motor.

  • Zitat

    Original von issingo


    Test this, it works with my cam


    {command}{Levelone.snapshot}{snapshot.cgi?user=admin&pwd=xxxxxx}
    {command}{Levelone.protocol}{http://}
    {camera}{192.168.178.**}{Levelone}{City}{Username}{Password}


    Hmm,


    no wont work. Ends with green screen.


    Can someone send me a link to the install Pack ?


    Regards
    Tom

  • {command}{foscam.up}{/decoder_control.cgi?{command={0&onestep=1}
    {command}{foscam.down}{/decoder_control.cgi?{command={2&onestep=1}
    {command}{foscam.left}{/decoder_control.cgi?{command={6&onestep=1}
    {command}{foscam.right}{/decoder_control.cgi?{command={4&onestep=1}
    {command}{foscam.zoomin}{/decoder_control.cgi?{command={6&onestep=1}
    {command}{foscam.zoomout}{/decoder_control.cgi?{command={4&onestep=1}
    {command}{foscam.startvertpan}{/decoder_control.cgi?command=26}
    {command}{foscam.stopvertpan}{/decoder_control.cgi?command=1}
    {command}{foscam.starthorpan}{/decoder_control.cgi?command=28}
    {command}{foscam.stophorpan}{/decoder_control.cgi?command=1}
    {command}{foscam.gotohome}{/decoder_control.cgi?command=25}
    {command}{foscam.snapshot}{/snapshot.cgi}
    {command}{foscam.protocol}{http://}
    {command}{Levelone.snapshot}{/img/snapshot.cgi}
    {command}{Levelone.protocol}{http://}
    {camera}{192.168.178.36}{foscam}{Foscam FI8918w}{admin}{pw}
    {camera}{192.168.178.40}{Levelone}{levelone 1090}{admin}{pw}



    1 Foscam FI8918w Pan Tilt
    2 Levelone 1090

    Ich spare Strom, esse das Fleisch roh und trinke den Kaffee kalt.


    :hurra:

  • Zitat

    {command}{foscam.up}{/decoder_control.cgi?{command={0&onestep=1} {command}{foscam.down}{/decoder_control.cgi?{command={2&onestep=1} {command}{foscam.left}{/decoder_control.cgi?{command={6&onestep=1} {command}{foscam.right}{/decoder_control.cgi?{command={4&onestep=1} {command}{foscam.zoomin}{/decoder_control.cgi?{command={6&onestep=1}


    What are those red characters doing in the {command} string - they are not part of foscam requests.


    The supplied ipkg comes with a conf file that fully supports foscam cameras, why are you changing it? Just add your levelone camera EXACTLY as tsPrenge shows, especially

    Zitat

    {command}{Levelone.snapshot}{snapshot.cgi?user=admin&pwd=xxxxxx}


    as the levelone might not support http challenge response.
    Please also read the rest of this thread as most config problems have been exensively discussed.

    2 x DM7025SS (Gemini2v4.4), DM600(PCD 7.0), DM800S (Gemini 4.4) TM9100(UR9B2), DM500HD, Triax 88cm dish, Technomate motor.

    Einmal editiert, zuletzt von shumifan50 ()

  • Sorry
    {command}{foscam.up}{/decoder_control.cgi?command=0&onestep=1}
    {command}{foscam.down}{/decoder_control.cgi?command=2&onestep=1}
    {command}{foscam.left}{/decoder_control.cgi?command=6&onestep=1}
    {command}{foscam.right}{/decoder_control.cgi?command=4&onestep=1}
    {command}{foscam.zoomin}{/decoder_control.cgi?command=6&onestep=1}
    {command}{foscam.zoomout}{/decoder_control.cgi?command=4&onestep=1}
    {command}{foscam.startvertpan}{/decoder_control.cgi?command=26}
    {command}{foscam.stopvertpan}{/decoder_control.cgi?command=1}
    {command}{foscam.starthorpan}{/decoder_control.cgi?command=28}
    {command}{foscam.stophorpan}{/decoder_control.cgi?command=1}
    {command}{foscam.gotohome}{/decoder_control.cgi?command=25}
    {command}{foscam.snapshot}{/snapshot.cgi}
    {command}{foscam.protocol}{http://}
    {command}{Levelone.snapshot}{/img/snapshot.cgi}
    {command}{Levelone.protocol}{http://}
    {camera}{192.168.178.36}{foscam}{Ort}{User***}{PW***}
    {camera}{192.168.178.40}{Levelone}{Aquarium}{User****}{PW***}


    FoscamFI8918W und Levelone FCS-1091 läuft bei mir gut mit dieser Config

    Ich spare Strom, esse das Fleisch roh und trinke den Kaffee kalt.


    :hurra:

  • otto19:
    No problem. Glad you got it working! :hurra:

    2 x DM7025SS (Gemini2v4.4), DM600(PCD 7.0), DM800S (Gemini 4.4) TM9100(UR9B2), DM500HD, Triax 88cm dish, Technomate motor.

  • wieviele leute haben hier eine foscam fi8918w?


    mal ne frage.. wie komme ich per ftp oder telnet auf die foscam?
    bzw wie komme ich an die cgi protokolle?


    bei meiner anderen cam komme ich problemlos auf den ftp


    ich hoffe das geht bei der foscam auch..
    kann mir da jemand helfen?

    2x Dm 8000, Ds409, Qnap TS-459 Pro II, SPF-107H,Onkyo TX NR-509,Teufel Consono 35,PS3,Fritzbox 7270,7390,Wii,XboX1,Down 50 Mbits, Up 10 Mbits

  • Moin ich habe eine


    was willst du machen,die CFG für die Foscam läut doch oder ?

    Ich spare Strom, esse das Fleisch roh und trinke den Kaffee kalt.


    :hurra:

  • Howdy,


    The plugin is working well, but only for 5 to 10 minutes. After that the gearwheels appear and I have to reboot the dreambox. I increased the picture update time up to 500 ms but the plugin still freezes.
    My config is:

    Code
    {command}{foscam.snapshot}{/snapshot.cgi?user=admin&pwd=password}
    {command}{foscam.protocol}{http://}
    {camera}{IP_Address:Port}{foscam}{Cam_Name}{admin}{password}


    Any ideea why this happens?


    Thanks

  • hallo otto..
    ja die camera läuft gut..


    aber gibts keine möglichkeit auf die cam per ftp zuzugreifen?


    bei meiner vivotek geht das..

    2x Dm 8000, Ds409, Qnap TS-459 Pro II, SPF-107H,Onkyo TX NR-509,Teufel Consono 35,PS3,Fritzbox 7270,7390,Wii,XboX1,Down 50 Mbits, Up 10 Mbits