|
Hi All, I have a requirement to implement IP camera's for my client's Organization(May be 5 or more). I need to provide facility to view these camera's preview in their Android mobiles. I found an application already available in Android Market(IP Cam...
Started by Raghavendra on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If you have the liberty of choosing cameraThe way I see it this question is more about how to receive video from and control Pan Tilt Zoom on how to get video....
For viewing live video is different for each camera manufacturer.
|
|
Is there any opensource video camera security and surveillance solution which support any IP Camera?
Zoneminder is one of them... But i am not sure does it support any brand of ip camera or have any brand limitation?
sadiq.
Started by Sadiq ali on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
And here's how to check your camera for possible.
Here's a list of supported hardware in ZoneMinder.
|
|
I want to write an application which streams a video content which is obtained from a camera (IP Camera) over the internet. By reading some of the posts I have a doubt that only the built-in camera of iPhone can be video streamed. Can I access any other...
Started by shrads on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Can I access any other camera and capture images from it?"
From this I'm not entirely sure? Or are you asking if you can stream....
By reading some of the posts I have a doubt that only the built-in camera of iPhone can be video streamed.
|
Ask your Facebook Friends
|
What is The Easiest, fastest Way to capture video stream from camera with C#?
Started by Ole Jak on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I looked this up for you:
http://www.codeproject.com/KB/directx/directxcapture.aspx :)
Simpliest and easiest... .
Hi Ole,
As Papuccino1 wrote, you should look for a library that does just what you need .
Probably look for a library that does everything for you .
|
|
Hello everyone,
I am looking for a network camera which I could program against the following functions,
I can plug-in the camera into network cable, then it could work to capture video independently, no need to plug-in into a computer to make it work...
Started by George2 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
WindowsVistaSideBarGadgetForAirLinkWebCam.aspx
Not sure about being able to control the camera itself but gives a basic intro.
|
|
Every time the camera of the iPhone captures a new image, I want to modify it and then display it on the iPhone screen. In other way: how to modify in real time the video stream from the iPhone camera?
I need a method who is called every time when a new...
Started by thomas on
, 5 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
File a request with Apple using their bug talking about modifying the video stream, which is clearly not needed..
THere is no API to do this.
The camera's image data in real time.
|
|
Is there any Digital SLR Camera out there that supports video recording?
Parameters:
Only Nikon (Or may be Canon, in case there is a winnable alternative) Entry Level (less than $700 or Rs.40,000)
Started by OrangeRind on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
The next 'smaller' model, D3000 doesn't feature video recording, so camera, pricing is similar to the....
Fps QVGA 320 x 216/24 fps Nikon D5000
12.3 MP DX Digital SLR, HD Video
Pirce: $700~
nice alternative to the very expensive D90.
|
|
Due to a series of bizarre events, I am in the middle of a project targeting mobile phones (more like pocket PCs). I have searched far and wide, but couldn't find a way to (reliably) access the front camera on any platform (I've tried Android, J2ME and...
Started by Remoun on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
camera) like this:
mPlayer = Manager.createPlayer("capture://video");
You simply need to initializeI was doing some tinkering with this about a year ago and Windows Mobile provides a camera capture API for both still and video....
|
|
What video format would be the easiest when saving the output of a camera using V4L2 if I capture it in bitmap format? Getting mpeg directly could be, of course, nice, but I can't unfortunately count on that.
I have managed to capture the frames, now ...
Started by Makis on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I did this using v4l2 and ImageMagick....
You could use practically any format/codec if you used mencoder or ffmpeg
Btw, this question really should be on superuser.com
If you are capturing frames already, you could save them to PPM images and then go to JPEG .
|
|
Hello,
I was wondering if there is a method similar to UIImageWriteToSavedPhotosAlbum(UIImage *image, id completionTarget, SEL completionSelector, void *contextInfo), that saves Videos taken from the iphone camera to the u sers Photo Albums... been trying...
Started by Daniel on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Maybe what they were referring to was the ability to save videos received in emails and SMS messages to the camera roll (which ARE new features ....
But now that 3.1 is out, I still haven't found a way to do it .
To the camera roll...
|