Jump to content

Remote Webcam viewer


Recommended Posts

I made this from erifash's AutoProxy and rysiora's Webcam example.

this allows you to view your webcam from any browser. It has the autorefresh meta tag that you can change, default is 3 seconds.

REMEBER: if you are behind a router port forward 6969 with TCP and your IP

Here is the script, let me know what you think

remote_cam.au3

BTW: if anyone knows how to make the image load faster, please let me know.

Thanks

Edited by zerocool60544

[center]AutoIT + Finger Print Reader/Scanner = COOL STUFF -> Check Out Topic![/center][center][font=Arial Black]Check out ConsultingJoe.com[/font][/center][center]My Scripts~~~~~~~~~~~~~~Web Protocol Managing - Simple WiFi Scanner - AutoTunes - Remote PC Control V2 - Audio SpectrascopePie Chart UDF - At&t's TTS - Custom Progress Bar - Windows Media Player Embed[/center]

Link to comment
Share on other sites

I made this from erifash's AutoProxy and rysiora's Webcam example.

this allows you to view your webcam from any browser. It has the autorefresh meta tag that you can change, default is 3 seconds.

REMEBER: if you are behind a router port forward 6969 with TCP and your IP

Here is the script, let me know what you think

remote_cam.au3

BTW: if anyone knows how to make the image load faster, please let me know.

Thanks

Nice, will test it as soon as I get home.

Thanks for sharing

RK

"When the power of love overcomes the love of power, the world will know peace"-Jimi Hendrix

Link to comment
Share on other sites

Nice, will test it as soon as I get home.

Thanks for sharing

RK

NP, I'm sure I can add password protection too

[center]AutoIT + Finger Print Reader/Scanner = COOL STUFF -> Check Out Topic![/center][center][font=Arial Black]Check out ConsultingJoe.com[/font][/center][center]My Scripts~~~~~~~~~~~~~~Web Protocol Managing - Simple WiFi Scanner - AutoTunes - Remote PC Control V2 - Audio SpectrascopePie Chart UDF - At&t's TTS - Custom Progress Bar - Windows Media Player Embed[/center]

Link to comment
Share on other sites

password protection ?

so no one else enters your ip and can just view your camera. it would be safe.

[center]AutoIT + Finger Print Reader/Scanner = COOL STUFF -> Check Out Topic![/center][center][font=Arial Black]Check out ConsultingJoe.com[/font][/center][center]My Scripts~~~~~~~~~~~~~~Web Protocol Managing - Simple WiFi Scanner - AutoTunes - Remote PC Control V2 - Audio SpectrascopePie Chart UDF - At&t's TTS - Custom Progress Bar - Windows Media Player Embed[/center]

Link to comment
Share on other sites

so no one else enters your ip and can just view your camera. it would be safe.

Good Idea.

Where will the user enter the password?

Edit: In the weblink like Password@192.168.1.1 ?

Edited by rbhkamal

"When the power of love overcomes the love of power, the world will know peace"-Jimi Hendrix

Link to comment
Share on other sites

I just tried it, looks good but you are right it's slow on the web however it improves a bit when you change $refresh to 0

Maybe you should use AJAX on the web, this way you won’t have to update the whole page every time, right?

RK

Edited by rbhkamal

"When the power of love overcomes the love of power, the world will know peace"-Jimi Hendrix

Link to comment
Share on other sites

I just tried it, looks good but you are right it's slow on the web however it improves a bit when you change $refresh to 0

Maybe you should use AJAX on the web, this way you wont have to update the whole page every time, right?

RK

hum, I dont know exactly what that is but I was thinking maybe ftp it up to a temp web host and have the html broadcast where to get the image or something like that

[center]AutoIT + Finger Print Reader/Scanner = COOL STUFF -> Check Out Topic![/center][center][font=Arial Black]Check out ConsultingJoe.com[/font][/center][center]My Scripts~~~~~~~~~~~~~~Web Protocol Managing - Simple WiFi Scanner - AutoTunes - Remote PC Control V2 - Audio SpectrascopePie Chart UDF - At&t's TTS - Custom Progress Bar - Windows Media Player Embed[/center]

Link to comment
Share on other sites

hum, I dont know exactly what that is but I was thinking maybe ftp it up to a temp web host and have the html broadcast where to get the image or something like that

This guy is using Ajax for webcam.

read about it, it's nice and cool.

Edited by rbhkamal

"When the power of love overcomes the love of power, the world will know peace"-Jimi Hendrix

Link to comment
Share on other sites

its to late now, you already posted the one without password protection.

He can just make a update

[Edit]

@ZeroCool I look forward to try this but i dont understand what you mean if im behind a router can you explain it??

Edited by rambo3889
My Scripts:Radioblog Club Music DownloaderOther stuff:Fun movieIm serious read the help file it helps :PFight 'Till you drop. Never stop, You Cant give up. Til you reach the top Fight! youÂ’re the best in town Fight!
Link to comment
Share on other sites

@ZeroCool I look forward to try this but i dont understand what you mean if im behind a router can you explain it??

You want to tell the program what your local ip is (192.168.1.104). Then goto your routers settings and port forward that ip with the port (6969) using TCP. Now you can access the camera using:

http://192.168.1.104:6969 if you are within your own network

or

http://your-internet-ip:6969 if you are on the internet out side your network.

if you don't have a router and you are connected directly to the internet then you would just use the internet ip (http://your-internet-ip:6969)

does that help?

[center]AutoIT + Finger Print Reader/Scanner = COOL STUFF -> Check Out Topic![/center][center][font=Arial Black]Check out ConsultingJoe.com[/font][/center][center]My Scripts~~~~~~~~~~~~~~Web Protocol Managing - Simple WiFi Scanner - AutoTunes - Remote PC Control V2 - Audio SpectrascopePie Chart UDF - At&t's TTS - Custom Progress Bar - Windows Media Player Embed[/center]

Link to comment
Share on other sites

You want to tell the program what your local ip is (192.168.1.104). Then goto your routers settings and port forward that ip with the port (6969) using TCP. Now you can access the camera using:

http://192.168.1.104:6969 if you are within your own network

or

http://your-internet-ip:6969 if you are on the internet out side your network.

if you don't have a router and you are connected directly to the internet then you would just use the internet ip (http://your-internet-ip:6969)

does that help?

why 6969, or is that and example

[s]Autoit[/s]
Link to comment
Share on other sites

I just checked it out and it is nice / cool :whistle: just needed to use the info about my router thanks

1 quick question how do i get my internet ip?

Edited by rambo3889
My Scripts:Radioblog Club Music DownloaderOther stuff:Fun movieIm serious read the help file it helps :PFight 'Till you drop. Never stop, You Cant give up. Til you reach the top Fight! youÂ’re the best in town Fight!
Link to comment
Share on other sites

why 6969, or is that and example

thats just what I picked you can change it. if you change it to port 80 you dont even have to enter the port, it will act as a web server kindof.

http://192.168.1.102:80

same as

http://192.168.1.102

[center]AutoIT + Finger Print Reader/Scanner = COOL STUFF -> Check Out Topic![/center][center][font=Arial Black]Check out ConsultingJoe.com[/font][/center][center]My Scripts~~~~~~~~~~~~~~Web Protocol Managing - Simple WiFi Scanner - AutoTunes - Remote PC Control V2 - Audio SpectrascopePie Chart UDF - At&t's TTS - Custom Progress Bar - Windows Media Player Embed[/center]

Link to comment
Share on other sites

thats just what I picked you can change it. if you change it to port 80 you dont even have to enter the port, it will act as a web server kindof.

http://192.168.1.102:80

same as

http://192.168.1.102

can we see your public ip to watch your cam? ...
Autoit.es - Foro Autoit en Español Word visitors Image Clustrmap image: - Football Spanish team - Spanish team: Casillas, Iniesta, Villa, Xavi, Puyol, Campdevilla, etc..Programando en Autoit+Html - Coding Autoit-Html - Arranca programas desde Internet - Preprocesador de Autoit a http
Link to comment
Share on other sites

can we see your public ip to watch your cam? ...

Hi

I tried to reach a camera with this script from internet connected computer

outside my Network with I P adress generated with this script :

#include <Inet.au3>

$PublicIP = _GetIP()

MsgBox(0, "IP Address", "Your IP Address is: " & $PublicIP)

no SUcess !

I tried With Local ip adess generated by the camera script .

NO sucess ... what is going wrong ??

Link to comment
Share on other sites

Hi

I tried to reach a camera with this script from internet connected computer

outside my Network with I P adress generated with this script :

#include <Inet.au3>

$PublicIP = _GetIP()

MsgBox(0, "IP Address", "Your IP Address is: " & $PublicIP)

no SUcess !

I tried With Local ip adess generated by the camera script .

NO sucess ... what is going wrong ??

well if you do have a router you use your local ip other wise just your internet ip. But, I dont know why it doesnt work over the internet? did it work within your network? if not set the ip to 127.0.0.1 and type that into your browser.

BTW: over the internet is very slow even if you have cable, sometimes it will even time out. Its because it have to read all the data from the picture. I am not sure if there is a better why.

@BasicOS: its too slow and I dont have it setup right now, you were mean to me anyways

[center]AutoIT + Finger Print Reader/Scanner = COOL STUFF -> Check Out Topic![/center][center][font=Arial Black]Check out ConsultingJoe.com[/font][/center][center]My Scripts~~~~~~~~~~~~~~Web Protocol Managing - Simple WiFi Scanner - AutoTunes - Remote PC Control V2 - Audio SpectrascopePie Chart UDF - At&t's TTS - Custom Progress Bar - Windows Media Player Embed[/center]

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...