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
-1
votes
1 answer

Can't stream to VLC from my Conceptronic IP Camera (RTSP)

I have a Conceptronic CIPCAM720OD, which works and records just fine. I use its own software to see the picture on my computer, and the App to see the video stream on my smartphone. I tried streaming its output to VLC Media Player through two…
PDoria
  • 552
  • 2
  • 11
  • 25
-1
votes
2 answers

Connect to sricam IP cameras using openCV

Update: I am using sricam SP019 IP(Wireless) camera. I have been able to find the RTSP URL for my camera: "rtsp://IP_ADDRESS:554/onvif1" and also managed to play it in VLC and the onvifer Android app provided. The app also provided the following…
mal
  • 143
  • 2
  • 12
-1
votes
1 answer

Connect IP Camera to PC directly using Ethernet cable

I am trying to connect my IP Camera directly to my PC using Ethernet (I don't user any router). The manual guide said that I can visit the network camera via web browser by 192.168.1.64, but that is when I connect to my camera using a router. When I…
pexea12
  • 1,069
  • 2
  • 18
  • 36
-1
votes
1 answer

Why does flash drives app in stack? CONTROL_AE_MODE_ON_ALWAYS_FLASH Camera2API

There is weird situation. I took standard google sample camera2API. I need that flash is worked permanently, regardless of outside light. In order to accomplish it i have changed one line of code: private void setAutoFlash(CaptureRequest.Builder…
Sirop4ik
  • 4,543
  • 2
  • 54
  • 121
-1
votes
1 answer

How do I create a web interface for my homemade IP camera?

I'm using a RaspberryPi-like microcontroller that is running Ubuntu for which I'd like to create a web interface that can be accessed over LAN. Kind of like the way you set up an IP camera or a router. I'm not really sure where to start or what to…
benwiz
  • 2,167
  • 3
  • 22
  • 33
-1
votes
1 answer

Windows 10 IoT - Raspberry pi 2

I have to build a rover which has a camera on it and through webcam samples i am able to view the preview of it. I also came up with another app with has controls for the rover's motors. It works fine when i connect this device to a monitor and work…
-1
votes
2 answers

Where is the iteration running in this code?

I'm using NatNet SDK to receiving data from the cameras through tcp connection. In their example code below, it can print the stream data using DataHandler function while waiting for a while(c=_getchar()) loop. I have no idea why the code can both…
user5473110
  • 125
  • 1
  • 9
-1
votes
1 answer

I want to upload a camera video stream to Amazon S3 and download it to an Android phone. I'm completely new to this. How can I do this?

I'm really dumb and new to RTP/SIP. Is there a stack that's recommended for uploading video to the cloud from a camera attached to a microprocessor? What's the difference between all the things I'm seeing - MPEG DASH, Live555, ffmpeg, and so…
jwu
  • 1
  • 2
-1
votes
1 answer

How to put a web element into my android application?

im making an app with the aim of monitoring my university's parking lot's lines using mobile devices (android in this case), so i'm gonna use ip cameras that live stream the video into a webpage, so i would like to take that element (live streaming)…
Sebastian Delgado
  • 706
  • 3
  • 7
  • 26
-1
votes
1 answer

Which Ip Camera

Hi everbody! I would build a drone with a ip camera to stream video to an android app with (if possible) http protocol (as in webpage) and the camera should be must small (and light) is possible . So, which ip camera you advice me? Thank you…
-1
votes
2 answers

How capture image from ip camera with PHP

So far i have this code which never stop loading camera.php $img = 'http://userid:password@ipaddress/mjpgstreamreq/1/image.jpg'; header ('content-type: image/jpeg'); readfile( $img ); index.html