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

How can I play an already streaming H264 RTSP data with VLC - dumped to file with wireshark

Backstory I have an IP-Camera on my lan, I have connected to it using VLC (CTRL + N, adding rtsp://192.168.1.10 <- IP camera configured ip address), and after the VLC connected, i started sniffing the traffic using Wireshark. After about 30 seconds,…
Orlox
  • 31
  • 1
3
votes
1 answer

How do I make a mosaic for multiple rtsp streams?

What I'm trying to achieve is to display 3 ip cameras on VLC at the same time. Is there a clear, step-by-step guide that anyone can refer me to? Thank you!
whitemustang13
  • 31
  • 1
  • 1
  • 8
3
votes
1 answer

Viewing a remote camera stream in Scratch

I'm doing a project for my son where we're going to have a remote Pi Zero with a camera and various sensors and actuators, connected via wired Ethernet to a Pi 3 as a controller with a Scratch GUI. Seems like I can get a local camera to send video…
3
votes
0 answers

Enable VLC Player to automatically reconnect to a stream

We have two screens in our factory that connect to IP cameras using VLC. Due to network hiccups, VLC loses sometimes the connection with those cameras. What I am looking for is that VLC will automatically try to reconnect with the cameras after a…
PieterT2000
  • 304
  • 2
  • 12
3
votes
1 answer

Video Stream broadcast from Axis IP-camera results in async_lock error

I have an AXIS IP camera which I can check it with http and rtsp protocols. http://ca.me.ra.ip/axis-cgi/mjpg/video.cgi?resolution=1024x768&dummy=1520 rtsp://ca.me.ra.ip:554/axis-media/media.amp?videocodec=h264&resolution=640x480 What I'm trying to…
Ghasem
  • 14,455
  • 21
  • 138
  • 171
3
votes
0 answers

Connect to UID based P2P IP Cam over web app

I have an IP Cam with P2P connectivity based on Hi3518 chips. Currently I can connect it to internet and watch the stream using an Android app just by providing the UID on QR code and username and password present at the back panel of the camera.…
harish
  • 31
  • 3
3
votes
1 answer

Retrieving camera recordings via ONVIF

We have an Axis M1124 that does retrieving recordings (on the SD card) when motion is detected. According to onvif.org the M1124 supports ONVIF Profile G which allows one to retrieve recordings from the camera. We are trying to implement a Profile…
Francois Nel
  • 1,662
  • 2
  • 19
  • 29
3
votes
0 answers

IP cam/dvr protocols (xmeye example)

I have a potential project to do and i am going through research about what it takes. Project would include viewing/controling IP cameras and DVRs. An example application i was looking at was XMEye. I am not looking into any code or particular…
dee zg
  • 13,793
  • 10
  • 42
  • 82
3
votes
0 answers

Access mjpeg-streamer in OpenCV 3.0

I have a raspberry pi b+ uploading a video stream with the mjpeg-streamer. On the Raspberry Pi /usr/local/bin/mjpg_streamer -i "/usr/local/lib/input_uvc.so -y -r 340x240 -f 10 -d /dev/video0" -o "/usr/local/lib/output_http.so -w…
AdamoVenti
  • 31
  • 4
3
votes
1 answer

Recieving RTSP stream With JavaCV Library

I am currently trying to obtain an RTSP stream from an IP camera on my network so that I can apply facial recognition algorithms to the frames (I am using the JavaCV library for this). When I attempt to obtain the RTSP stream, I start getting an…
Matt Haidet
  • 338
  • 3
  • 14
3
votes
2 answers

PictureBox.Handle Intptr to Image or Bitmap

I need help with HikVision IPCam Video streaming. I searched for 2 hole weeks without luck. My problem is the IPCamm DLL stream the image into a picturebox using PictureBox.Handle. Its working perfectly fine: [DllImport("HCNetSDK.dll")] public…
Jean
  • 53
  • 1
  • 5
3
votes
0 answers

Rooted Android streaming video client for local ip camera without any delays

I have an ip camera and I want to include the video stream in an Android activity. To do that I included a VideoLayout with id video and I added this code to the onCreate method in the Activity. protected void onCreate(Bundle savedInstanceState)…
Selvaline
  • 188
  • 13
3
votes
0 answers

How to connect to P2P Camera

I've bought an IP Camera with P2P capabilities and I've been struggling on how this works. On the bottom of my camera there is an ID which I put on an Android application and it'll just work, it doesn't matter if its behind a router. Now I've been…
3
votes
2 answers

Recording IP Camera stream with FFMPEG

Hey I am trying to record the IP camera stream using FFMPEG . But it is giving me Input/Output error . Here is the command ffmpeg -i http://admin:@ip:81/livestream.cgi E:\Video\my.h264 My camera is H264 encoded. Now Please help how to remove this…
Zohaib Khalid
  • 63
  • 1
  • 2
  • 9
3
votes
1 answer

Avahi DNS-SD on multiple IP addresses

Background: I'm trying to communicate with an IP camera without the need of a DHCP server. This is how the camera acquires an IP address: Basic DHCP procedure (discover etc.) If above should fail the camera has a fallback address of…
Mazze
  • 1,354
  • 4
  • 17
  • 35