User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 19

Thread: web control object and camera by ip

  1. #1
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleInstall Creator Pro
    iOSC's Avatar
    Join Date
    Mar 2012
    Location
    Toronto, Canada
    Posts
    405
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    web control object and camera by ip

    Hi all,

    I'm trying to get image from my camera by ip (in fact, my iphone).
    I tried to connect to "http://192.168.0.40:8080/" (address of the camera) with the web control object but it obviously doesn't work.
    Could someone help me to figure it out.

    Thanks

  2. #2
    Clickteam Clickteam
    Danny's Avatar
    Join Date
    Aug 2007
    Location
    United Kingdom
    Posts
    3,016
    Mentioned
    21 Post(s)
    Tagged
    2 Thread(s)
    If you can broadcast the output to a HTML file whether local or remotely then you could load it up via the Web object or use a few other routes of parsing the final output...

    Btw, it would need to be an external IP address that you connect to, unless your phone was in the network. What runtime are you designing this for? iOS? Android or Windows?

    Windows would be pretty straight forward using the Web Control Object...
    Want to learn Clickteam Fusion 2.5?




  3. #3
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleInstall Creator Pro
    iOSC's Avatar
    Join Date
    Mar 2012
    Location
    Toronto, Canada
    Posts
    405
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes my iPhone will be used directly on the same network and the runtime is windows.

  4. #4
    Clickteam Clickteam
    Danny's Avatar
    Join Date
    Aug 2007
    Location
    United Kingdom
    Posts
    3,016
    Mentioned
    21 Post(s)
    Tagged
    2 Thread(s)
    If you can output to a html file whether it's a live stream, updated image with a refresh or html5 then you can use the WebView extension to display it on your iPhone. It may take some tweaking and a bit of research but I can't see why something like this should be impossible.
    Want to learn Clickteam Fusion 2.5?




  5. #5
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleInstall Creator Pro
    iOSC's Avatar
    Join Date
    Mar 2012
    Location
    Toronto, Canada
    Posts
    405
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    web control object and camera by ip

    I'm not sure to be clear.
    I'm using my iphone as a webcam by ip and need to display the image in my application made with mmf2.
    Basically, i need to figure out how navigate toward this local adress (192.168.0.40:8080)

    Thanks

  6. #6
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleInstall Creator Pro
    iOSC's Avatar
    Join Date
    Mar 2012
    Location
    Toronto, Canada
    Posts
    405
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    just can't figure it out ...

  7. #7
    Clicker Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleUnicode Add-onInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2006
    Posts
    574
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    If it's anything like many IP CCTV cameras there might be a image that you can grab via HTTP. ie http://192.168.0.40:8080/cgi-bin/image.jpg

    I assume that you've tested the url using a web browser and it works? If so, you maybe able to findout the image location by looking at the HTML source or viewing the image details by right clicking it.

    Which iphone app are you using?

  8. #8
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleInstall Creator Pro
    iOSC's Avatar
    Join Date
    Mar 2012
    Location
    Toronto, Canada
    Posts
    405
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes, the url works correctly in my browsers (firefox and ie).
    The image location is obviously http://192.168.0.44:8080/cgi-bin/image.jpg but this url does not open neither.
    The app is a free app found on the appstore, named "mini webcam"...

  9. #9
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleInstall Creator Pro
    iOSC's Avatar
    Join Date
    Mar 2012
    Location
    Toronto, Canada
    Posts
    405
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so, any ideas?

  10. #10
    Clicker Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleUnicode Add-onInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2006
    Posts
    574
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    try downloading the image and displaying it in a picture object "always" or "every x" instead of trying to view the page with the web control.

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Camera Object
    By Atrox in forum iOS Export Module Version 2.0
    Replies: 7
    Last Post: 22nd May 2012, 08:53 PM
  2. Camera control
    By mmf4 in forum File Archive
    Replies: 0
    Last Post: 1st February 2012, 02:31 PM
  3. Camera object dev only?
    By Ryan in forum iOS Export Module Version 2.0
    Replies: 4
    Last Post: 1st February 2012, 01:28 AM
  4. Camera object
    By Fingerhand in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 28th March 2009, 04:57 PM
  5. Extension for IP Camera Control
    By droberson in forum Extension Development
    Replies: 3
    Last Post: 26th February 2009, 06:50 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •