Questions tagged [ip-camera]

An Internet protocol camera which sends video data over the Internet

An Internet protocol camera which sends video data over the Internet. These cameras are frequently used for video surveillance.

745 questions
4
votes
1 answer

OpenCV VideoCapture digest authentication

I have an ongoing project accessing multiple IP cameras through opencv VideoCapture, working for most of them. I ve got a new Dahua PTZ camera that uses digest authentication, and the VideoCapture in OpenCV can't open it. Through WireShark i could…
Diedre
  • 515
  • 4
  • 21
4
votes
1 answer

How do I convert RTSP stream for iOS browser viewing

TL;DR I need to convert full RTSP (A/V) stream from Axis IP cameras to be viewed in a fully-contained/not-full-screen div in an iOS browser. Think: "Youtube live stream as viewed from iOS browser". I've seen several links that hint at the issue. .…
humble_coder
  • 2,777
  • 7
  • 34
  • 46
4
votes
1 answer

ONVIF IP camera discovery with c++

I used the onvifcpplib library that you can find it in : https://github.com/veyesys/onvifcpplib I want to write the IP camera discovery with this library (it can find IP camera on network), but there isn't any documentation for this library. anyone…
Hamidreza
  • 81
  • 1
  • 6
4
votes
2 answers

Streaming from IP camera using OpenCV

I'm using OpenCV to process a camera image, however, at the moment I'm using a USB webcam that is connected to my computer. I was wondering if it is possible to make changes to my current code to stream a video from an IP address. startCamera method…
PRCube
  • 566
  • 2
  • 6
  • 19
4
votes
1 answer

Python-ONVIF PTZ control -- Absolute and Relative Move

I am developing an application in Python to control ONVIF-compatible cameras. Software: Debian Wheezy, Python 2.7, Quatanium python-onvif client Hardware: Raspberry Pi 2 B, IP camera on local router, wifi/VNC for development The required PTZ…
Ron Olch
  • 41
  • 1
  • 1
  • 5
4
votes
2 answers

How to publish real time video stream of IP camera to flash media server with flash?

Does flash provide an api to deal with remote stream like IP camera does?
wamp
  • 5,789
  • 17
  • 52
  • 82
4
votes
1 answer

how to connect to external wifi camera on android using OpenCV?

I am making researches on image processing on how to detect objects using android smart phones. I am trying to use an external WiFi camera instead of using the android's own camera to perform the object detection. Is it possible to do this using…
AuroraBlaze
  • 421
  • 2
  • 8
  • 25
4
votes
1 answer

How to use the onvif ptz wsdl

I'm trying to control a PTZ camera with the http://www.onvif.org/onvif/ver20/ptz/wsdl/ptz.wsdl file. I can use the GotoPreset function without a problem but the ContinuousMove function throws an ProtocolException. Page 77 of this guide shows an…
Rik
  • 316
  • 3
  • 19
4
votes
1 answer

Android Media Player RTSP

I'm trying to watch RTSP streaming on Android device. But if the server set password for the streaming my Android cannot play it. If without password it's ok. Here is my codes. public class VideoFragment extends Fragment implements…
4
votes
3 answers

IP Camera implementation in Android(View live video from IP Camera)

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…
Raghu
  • 2,279
  • 6
  • 23
  • 21
4
votes
2 answers

Recording live stream from IP camera (MJPEG Compression)

I have a live stream from a Tenvis IP camera through http live streaming and its in mjpeg compression. I am trying to save it to a file, and I have tried using php to do this. my code looks like this:
Ola
  • 41
  • 1
  • 3
4
votes
2 answers

Two-way audio for software ip camera

I am trying to setup a raspberry pi box with a usb camera as a IP Camera that can be viewed from a a generic android IP Camera monitor app. I've found some examples on how to get the video stream, and that works, but what I also need is two-way…
naumcho
  • 18,671
  • 14
  • 48
  • 59
4
votes
1 answer

IP Cam live feed from C#

I'm trying to get live feed from TPLink TL-SC3171G IP cam in C# app. I've tried using AForge.NET library but no luck. The sample code from AForge.NET doesn't work for me. I'm getting "The remote server returned an error: (401) unauthorized access."…
drago
  • 1,207
  • 4
  • 24
  • 45
4
votes
2 answers

RTSP H.264 IP camera as video source/input in windows

I'm currently stuck with this problem and I hope somebody can help me out. I'm trying to create some sort of decoder that will convert a video stream that will act as a video input device so I can use it in Wirecast (video streaming program). At…
Story Teller
  • 417
  • 1
  • 4
  • 14
4
votes
1 answer

Decoding a proprietary H.264 network video stream?

I'm trying to view this IP camera I got off eBay (yeah, yeah I know). Model BL-5720IPW-L4MM. Anyway, they come with really crappy Windows based application that's mostly in Chinese, and the functionality is very poor. I've already asked the supplier…
Litch
  • 686
  • 1
  • 7
  • 17