473,480 Members | 1,957 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Record from ip camera

I have to show on a browser live images from an ip camera and record the
video in the hd. Where can I find examples and suggestions for a startup ?

Thank you for any help.

Stefano
Dec 20 '06 #1
8 2829
"Angelo" <onde(at)interfree.itwrote:
I have to show on a browser live images from an ip camera and record the
video in the hd. Where can I find examples and suggestions for a startup ?

Thank you for any help.

Stefano
Hi Stefano,

I don't think (clientside) JavaScript will be a big help here, unless your
camera has a webserver build in.
JavaScript is limmited on purpose and cannot do things as recording to HD.

Regards,
Erwin Moller
Dec 20 '06 #2
Angelo wrote:
I have to show on a browser live images from an ip camera and record the
video in the hd. Where can I find examples and suggestions for a startup ?

Thank you for any help.

Stefano

Google?

Is it Stefano, or Angelo?
Mick
Dec 20 '06 #3
Sorry, I used the account of my brother.

Stefano

"Michael White" <mi**@mickweb.comwrote in message
news:45**********************@roadrunner.com...
Angelo wrote:
I have to show on a browser live images from an ip camera and record the
video in the hd. Where can I find examples and suggestions for a startup
?

Thank you for any help.

Stefano
Google?

Is it Stefano, or Angelo?
Mick

Dec 20 '06 #4
Thank you for the answer.
The camera has a web server built in.
I understand that javascript is clientside and is not useful for my purpose,
what do you think I should use instead ?

Thank you again.
Stefano
"Erwin Moller"
<si******************************************@spam yourself.comwrote in
message news:45*********************@news.xs4all.nl...
"Angelo" <onde(at)interfree.itwrote:
I have to show on a browser live images from an ip camera and record the
video in the hd. Where can I find examples and suggestions for a startup
?

Thank you for any help.

Stefano

Hi Stefano,

I don't think (clientside) JavaScript will be a big help here, unless your
camera has a webserver build in.
JavaScript is limmited on purpose and cannot do things as recording to HD.

Regards,
Erwin Moller

Dec 20 '06 #5
"Angelo" <onde(at)interfree.itwrote:
Thank you for the answer.
The camera has a web server built in.
I understand that javascript is clientside and is not useful for my
purpose, what do you think I should use instead ?
Well, it can be some work to roll your own, depending on what you want.
I would use PHP (serverside language) to do such things.
You can also look for a ready-to-go piece of software.
Did the vendor not give you any software on a CDrom or something?
Or on their website?

Regards,
Erwin Moller
>
Thank you again.
Stefano
"Erwin Moller"
<si******************************************@spam yourself.comwrote in
message news:45*********************@news.xs4all.nl...
>"Angelo" <onde(at)interfree.itwrote:
I have to show on a browser live images from an ip camera and record
the video in the hd. Where can I find examples and suggestions for a
startup
?
>
Thank you for any help.

Stefano

Hi Stefano,

I don't think (clientside) JavaScript will be a big help here, unless
your camera has a webserver build in.
JavaScript is limmited on purpose and cannot do things as recording to
HD.

Regards,
Erwin Moller
Dec 20 '06 #6
Rik
Erwin Moller wrote:
"Angelo" <onde(at)interfree.itwrote:
>Thank you for the answer.
The camera has a web server built in.
I understand that javascript is clientside and is not useful for my
purpose, what do you think I should use instead ?

Well, it can be some work to roll your own, depending on what you
want.
I would use PHP (serverside language) to do such things.
You can also look for a ready-to-go piece of software.
Did the vendor not give you any software on a CDrom or something?
Or on their website?
Well, for heavy tasks like video recording, you're usually way better of
with a compiled language...
--
Rik Wasmus
Dec 20 '06 #7
On Wed, 20 Dec 2006 11:46:01 +0100, "Angelo"
<onde(at)interfree.itwrote:
>I have to show on a browser live images from an ip camera and record the
video in the hd. Where can I find examples and suggestions for a startup ?

Thank you for any help.

Stefano
If the IP cam can supply frames in response to an http request,
then you can use javascript in a web page to keep the frames
updating. You can also save a series of frames using a somewhat
similar setup. Below are a couple of pages I made to test a
simple setup (but these are not IP cams).

http://www.geocities.com/zoomkat/wc2000pullscript.htm
http://www.geocities.com/zoomkat/wc2000.htm#
http://www.geocities.com/zoomkat/webcamsetup.htm

Dec 20 '06 #8
Rik wrote:
Erwin Moller wrote:
>"Angelo" <onde(at)interfree.itwrote:
>>Thank you for the answer.
The camera has a web server built in.
I understand that javascript is clientside and is not useful for my
purpose, what do you think I should use instead ?

Well, it can be some work to roll your own, depending on what you
want.
I would use PHP (serverside language) to do such things.
You can also look for a ready-to-go piece of software.
Did the vendor not give you any software on a CDrom or something?
Or on their website?

Well, for heavy tasks like video recording, you're usually way better of
with a compiled language...
totally true.

Regards,
Erwin Moller
Dec 21 '06 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
3384
by: Newbie | last post by:
I am doing some robotics projects but my main area of interest is trying out several algorithms for the processing of the stream of data coming from the video. I am wondering what type of camera...
1
2034
by: Pola | last post by:
I am working with IIS. I am using ISAPI Extension dll, that runs on the web server. I am working on the appl that have to receive images(jpeg from video camera) in the real time. the client...
3
29280
by: Brad Rogers | last post by:
Ive got a project needing to establish a video stream from a camera connected to a USB port. Is there an established way to call out a camera connection dialog box and assign the stream to the...
2
4735
by: Stupid48 | last post by:
I have this Pentax Optio camera and I want to access it via vb.net. I would like to write something where I can snap the picture from the application and it automatically acquires the image from...
2
2932
by: MDausmann | last post by:
Hi I have a camera that mounts as a folder when I plug it in and is available in explorer. I thought it would be possible to access the images on the camera using normal file operations but I...
6
3460
by: ink | last post by:
Hi I am developing on a Symbol MC70 devices and in the past they have always realised an SDK for development including Symbol.Camera Wrapper. However it seems that for the MC35 they are not, or...
1
3013
vikas251074
by: vikas251074 | last post by:
Hello sir, I am facing some problem for which I am trying hard to solve it. But in vain. This programe is for View/Deletion. When I run program for first time, I select vlan from list and press...
2
5178
by: dcblair | last post by:
Hi guys and girls. I can't seem to figure this one out. Here is my setup: Speedtouch 536 DSL Modem, Nexxt 4 Port Wireless Router, CNET CIC 920W Wireless IP Camera. The camera is set up in...
3
2023
by: Jajjo | last post by:
Hey there. I have made a new camera system and I'm having a sort-of issue. The attached image (Untitled.jpg) will be the image I refer to when I say pink, orange, green or whatever. The black...
0
7041
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
6908
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7084
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6739
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5337
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
2995
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
2984
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
563
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
181
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.