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
7
votes
0 answers

Android App to Stream IP Camera using P2P mode over Mobile port?

I am trying to stream the video via IP camera on an Android App. I have been successful to get the video using the following: RTSP using Media Player and Surface View. RTSP using Video View. Redirecting to VLC for streaming the video. Redirecting…
7
votes
2 answers

Implement IP camera

We have a device that has an analog camera. We have a card that samples it and digitizes it. This is all done in directx. At this point in time, replacing hardware is not an option, but we need to code such that we can see this video feed real-time…
San Jacinto
  • 8,774
  • 5
  • 43
  • 58
7
votes
3 answers

MJPEG Stream Information

I am receiving a MJPEG Stream from my camera. When I look at the video data with an hex editor it seems that it doesn't contain any streaming information. I just see one raw JPEG after another, but no information about the framerate etc. . Is the…
Toby
  • 3,815
  • 14
  • 51
  • 67
6
votes
3 answers

IP Camera, how to detect it on the network?

I am creating a program to talk to a IP Camera, of this model: CVUL-I125 This has a simple web interface and I've successfully talked to it in order to control it, and grab video and snapshots from it. However, I can't find any good documentation on…
Lasse V. Karlsen
  • 380,855
  • 102
  • 628
  • 825
6
votes
1 answer

Do any IP cameras implement the UPnP Digital Security Camera profile?

I'm trying to find an IP camera that allows me to operate it via UPnP. The UPnP forum provides a Digital Security Camera profile: http://upnp.org/specs/ha/digitalsecuritycamera/ However, I have not been able to find an IP camera that implements this…
Gregg
  • 61
  • 3
6
votes
0 answers

Reverse engineering Hikvision camera firmware and LiteOS bootloader

I have a Hikvision IP camera that I'm doing security research on. (Model DFI6257E, looks like a Taiwan exclusive model. ) After dumping firmware from its flash and analyze it with binwalk, I found it intriguingly difficult to understand how its…
6
votes
3 answers

How to display IP camera feed from an RTSP url onto reactjs app page?

I want to display the live footage of an ip camera on a web page built using ReactJS. I found some solutions on the internet but that provide solutions using the http url. However my camera has a username and password, and I don't know how to embed…
Yumna Albar
  • 115
  • 1
  • 2
  • 6
6
votes
2 answers

Embed IP Camera streaming into website with PHP?

I have done a quick google on this but i was wondering if this is possible? I have opened up ports on our router to it so its accessible from anywhere but could i use PHP or similar to grab live streaming and show it on a website somewhere?
benhowdle89
  • 36,900
  • 69
  • 202
  • 331
6
votes
0 answers

FFMPEG convert RTSP to HTTP streaming video

I have a IpCam that send streaming video only on rtsp://ipaddress/live. My software accept only streaming video over HTTP. So I thing that could use FFMPEG to convert streaming from RTSP to HTTP. I have installed FFMPEG on Windows 7 and I have try…
Paolo Gdf
  • 759
  • 3
  • 10
  • 15
6
votes
2 answers

Grabbing frames from a Hikvision IP-camera

I'm having problems with grabbing frames from a remote IP-camera. My employer wants it done in C# .NET (for Windows) and if possible to use a light-weight solution, i.e. not using any huge frameworks. The device model is DS-2CD2632F-I, it us…
xonxt
  • 363
  • 1
  • 2
  • 13
6
votes
3 answers

ONVIF - beginning of Device discovery

I am planning to do a java onvif application. I have created a new project and generated sources from devicemgmt.wsdl.Also generated the classes from remote discovery.wsdl. How can I discover a device in a network using theses generated…
Neenu
  • 6,848
  • 2
  • 28
  • 54
5
votes
2 answers

how to make audio playback smooth using waveOutWrite()

I have a problem when try to achieve smooth audio playback using waveOutWrite(). My data includes many adpcmdata bocks which gotten from camera, after decoded each adpcm block I play it by using waveOutWrite(). The first block is played succesfully…
vominhtien961476
  • 317
  • 4
  • 17
5
votes
1 answer

Forwarding RTSP stream from IP Camera to Browser in ASP.NET Core

I've a Blazor hosted application where I need, upon client request, to get a h264 recording from an AXIS Camera (by means of RTSP PLAY command) and to return it in such a way that the browser can reproduce the video. If querying the AXIS camera for…
5
votes
1 answer

HTTP tunneling (of RTP) for cameras

My company is developing a system that interfaces with several network cameras. The way we stream video from the cameras is over HTTP (mainly because of camera limitations combined with the fact that we want it to be able to supply plug-and-play…
TomM
  • 375
  • 3
  • 16
5
votes
0 answers

How to trigger motion detection event for camera via api with Synology Surveillance Station

I have a doorbird video doorbell with motion push button and PIR motion sensor. The camera can also provide a continuous feed which I'm recording via Synology Surveillance Station as a generic ONVIF camera. This ONVIF camera does not define the…
Paul George
  • 1,788
  • 16
  • 33
1 2
3
49 50