• Recent
    • Tags
    • Popular
    • Register
    • Login

    Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website

    IP / other camera

    How-To
    2
    6
    1.6k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      mrlucretius
      last edited by

      Hello,

      I see in the forums that I may be able to use mango to publish images from a remote mango talking to an IP (or other?) camera.

      I only want to post images every 10 minutes at the fastest. I probably do not need to log images over time, just publish the latest image.

      I would like to have a remote mango server publish the camera image stream to a central server.

      Can you point me to any documentation describing how to do this?

      Thanks,
      Alex

      1 Reply Last reply Reply Quote 0
      • phildunlapP
        phildunlap
        last edited by

        Hi Alex,

        You should be able to add your image point to a persistent TCP publisher. You can have multiple publishers connecting to the same receiver, so it may be in your interest to use a second publisher (knowing about your other thread, I know you must have one) and have an update event of "None" and a regular snapshot interval of 10 minutes.

        Image points do support "On Change" logging, with that meaning something in the underlying byte array changed.

        1 Reply Last reply Reply Quote 0
        • M
          mrlucretius
          last edited by

          OK, thanks, I see the HTTP Image Point now...

          How do I select a camera? Is there a specification standard? Is there a recommended list, or maybe some simple choices? Or is it as simple as making the camera web serves an image given the correct url (including security keys or whatever else may be needed I am guessing)?

          Or are all of these things you may find on amazon compatible?

          https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Delectronics&field-keywords=weatherproof+ethernet+camera

          Thanks,
          Alex

          1 Reply Last reply Reply Quote 0
          • phildunlapP
            phildunlap
            last edited by

            The HTTP Image data source's points take a URL that will result in an image, so ideally your webcam has hosted its video feed on a URL (maybe a local IP in the url) you can set the point to.

            M 1 Reply Last reply Reply Quote 0
            • M
              mrlucretius @phildunlap
              last edited by

              @phildunlap

              Hey thanks, I understand now. I was able to find some random camera streams and hookup to them using the HTTPImage datapoint to test them out.

              All the HTTPImage point needs is a URL like this that returns an image (jpg, and I assume other standard images will probably work):

              http://boulderflatironcam.com/bfc/bfc.jpg?1511036039806

              I think the number parameter is some authentication token probably.

              I also assume this will work over HTTPS. Please correct me if I am wrong.

              Thanks,
              Alex

              1 Reply Last reply Reply Quote 0
              • phildunlapP
                phildunlap
                last edited by

                It'll probably only work out of the box if the HTTPS connection has a valid certificate. A self-signed certificate would probably get bounced by the HTTP client's default configuration.

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post