ip-camera Questions

4

Solved

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 u...
Cavatina asked 31/7, 2019 at 12:21

2

I've integrated an IP camera with OpenCV in Python to get the video processing done frame by frame from the live stream. I've configured camera FPS as 1 second so that I can get 1 frame per second ...
Periwig asked 25/7, 2017 at 18:8

1

I'm use nginx-rtmp to convert rtmp to hls and stream in a web page with Clappr. But Clappr take old .ts segment (cause 404 error because it is removed on server). How to fix this ? Sorry, this is a...
Unmarked asked 16/2, 2023 at 10:2

4

Solved

I am trying to use a RTSP stream from an IP camera as video input source for various applications on Windows (eg. Skype, Zoom, Microsoft Teams, etc.). The only solution I have found so far is usi...
Addax asked 27/10, 2014 at 14:45

2

Solved

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 framewo...
Herschel asked 14/7, 2015 at 6:13

3

Solved

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 dev...
Hairdresser asked 12/12, 2013 at 4:42

1

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 r...
Titanic asked 9/11, 2021 at 14:15

6

Solved

I want to use an IP camera with webrtc. However webrtc seems to support only webcams. So I try to convert the IP camera's stream to a virtual webcam. I found software like IP Camera Adapter, but t...
Alidia asked 4/5, 2014 at 21:42

12

Solved

How do I access my IP Camera stream? Code for displaying a standard webcam stream is import cv2 import numpy as np cap = cv2.VideoCapture(0) while(True): ret, frame = cap.read() cv2.imshow('fra...
Salyer asked 23/4, 2018 at 10:21

5

I've used AForge library to make this little program, that shows live feed from a webcam into a PictureBox. private FilterInfoCollection VideoCaptureDevices; private VideoCaptureDevice FinalVideoD...
Boogiewoogie asked 29/9, 2011 at 9:26

5

My configuration: ubuntu 16.04 opencv 3.3.1 gcc version 5.4.0 20160609 ffmpeg version 3.4.2-1~16.04.york0 and I built opencv with: cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=...
Deyoung asked 12/3, 2018 at 10:52

0

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 ...
Armoire asked 23/6, 2020 at 8:37

4

Solved

I have the next Hikvision IP Camera http://www.hikvision.com/es/Products_accessries_161_i11969.html I configured it in my local network and I have connection with the browser and I can see the came...
Kailakaile asked 15/6, 2017 at 10:23

5

Solved

Given below is the code written for getting live stream from an IP Camera. from cv2 import * from cv2 import cv import urllib import numpy as np k=0 capture=cv.CaptureFromFile("http://IPADDRESS of...
Humber asked 11/2, 2014 at 12:57

5

Solved

I'm currently working on a smart home project, which conects sensors and that stuff. The main server runs on a Raspberry Pi, and was designed using Node JS. On the local network, you can acce...
Rikkiriksdag asked 21/10, 2017 at 0:56

6

Can't access the video stream. Can any one please help me to get the video stream. I have searched in google for the solution and post another question in stack overflow but unfortunately nothing c...
Scheer asked 7/8, 2017 at 5:40

3

Solved

I'm streaming H264 content from an IP camera using the VideoCapture from OpenCV (compiled with ffmpeg support). So far things work ok, but every once in a while I get decoding errors (from ffmpeg...
Twowheeler asked 24/7, 2012 at 18:8

2

I am trying to access a video from an IP camera. I am using OpenCV and Python to do so. The code that I have tried is given below: import numpy as np import cv2 from cv2 import cv camera=cv.Captu...
Saenz asked 12/2, 2014 at 7:53

0

I'm trying to realize a virtual Pan-Tilt-Zoom (PTZ) camera, based on data from physical fisheye camera (180 degrees FOV). In my opinion I have to realize the next sequence. Get the coordinates o...
Dric asked 11/4, 2018 at 8:46

1

I am new in android networking. Now I am doing an Android network related project. In this project I want to integrate 6 IP cameras into my project and all cameras stream simultaneously. This IP ca...
Anfractuosity asked 27/10, 2017 at 4:42

3

Solved

I need to get the mjpeg stream from an IP camera, anyone know the right way do it? I googled a bit and I find this example http://www.anddev.org/mjpeg_on_android_anyone-t1871.html but I've been s...
Helvetic asked 8/7, 2010 at 15:23

3

I have earlier programmed USB webcam, where the sole aim is to get the live frames from the camera and display in a window. I used cvCaptureFromCAM for that purpose, which worked fine for USB Camer...
Junette asked 13/6, 2012 at 6:39

1

I am employing the use of UV4L with my IP CAM to create a virtual video driver /dev/video1. I am able to get into the API of the UV4L streaming server which has Multiple applications like JITSI, WE...
Vashti asked 25/9, 2017 at 19:6

0

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. ...
Sarajane asked 16/2, 2017 at 9:53

4

I have an IPCamera on my LAN streaming video using RTSP. I have been able to capture and display it successfully using ffplay command: ffplay rtsp://admin:[email protected]:7070 (with auth...
Blida asked 23/5, 2012 at 7:16

© 2022 - 2024 — McMap. All rights reserved.