734 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
98
views
stuck at error code 21 using Dahua Java NetSDK
So I'm trying to read the thermal data from the Dahua IP Cam model TPC-BF5401. I couldn't find any comprehensive documents so I just read the manual tried to follow the examples bundled with the SDK ...
0
votes
0
answers
181
views
Hikvision ISAPI /picture endpoint returns "Invalid XML Content" for digital channels
I'm trying to capture snapshots from digital channels on a Hikvision NVR using the ISAPI /picture endpoint, but consistently receive an "Invalid XML Content" error.
System Details
NVR Model:...
1
vote
1
answer
62
views
Is there a way that browsers understand to interleave an mjpeg stream served through HTTP with an MP3 and play them without a javascript player?
I'm serving an MJPEG stream and an MP3 stream from an esp32. The individual jpg frames are compressed by the camera module itself, but the microcontroller is not powerful enough to decode and re-...
0
votes
2
answers
119
views
How to synchronize dual IP cameras on open cv?
I have an object detection program that sometimes utilizes dual cameras to record.
I had no problem synchronizing the cameras when I used USB webcams, but I have recently switched to RJ45 IP PoE ...
0
votes
0
answers
23
views
Model Inference on Frames from a live IP camera feed causes Error
import cv2
from PyQt6.QtCore import QThread
from FlowCounter.video_capture import EntryExitCounter
from new_folder.config import CAMERA_ENTRY_EXIT_STATUS
class EEProcessWorker(QThread):
def ...
0
votes
1
answer
177
views
How could I get my IPC streaming to google home APP?
I’m trying to develop a google smart home action for camera streaming based on web-rtc.
After configuring in the Google Home App, the device tag appears in the device list.
However, when I click the ...
0
votes
1
answer
453
views
Artifacts during playback of RTSP using FFmpeg API
I need to play RTSP video from an IP camera.
If I use ffplay or VLC, everything is fine.
But if I use FFmpeg API (C#, FFmpeg.AutoGen), then artifacts appear on the frames. What could be wrong with ...
0
votes
1
answer
242
views
OpenIPC: remote camera control
The IP-camera has OpenIPC installed. I want to configure the camera remotely.
IP-cameras are usually controlled via a CGI. For example:
Read settings:
http://192.168.1.10/cgi-bin/hi3510/param.cgi?cmd=...
0
votes
0
answers
131
views
Trying to send commands to Sony FCB-EV7520 camera
I am trying to send zoom commands, or any other commands to this camera:
Sony FCB-EV7520
I followed the instruction in their manual and tried to implement it in a Python script, but the none of the ...
0
votes
1
answer
232
views
Capturing Image from Image Stream in Powershell
I have an IP camera with which I would like to capture the image every ten minutes. The camera does not expose an endpoint for a JPEG image but has a JPEG Stream endpoint. How can I capture this image ...
1
vote
1
answer
300
views
ONVIF Camera Control , Active Silicon 40x IP Camera. Pyhton Example not running
I have recently bought an Active Silicon Harrier 40x IP camera.On the manufacterur's website an example has been provide for demo testing the camera controls.
The example contains an C# projejct and a ...
0
votes
0
answers
208
views
How to call an IP camera instead of the default laptop camera in Gradio interface?
I'm trying to integrate an IP camera feed into a Gradio interface instead of using the default laptop camera. Despite my attempts, the interface continues to default to the laptop camera. Below are ...
0
votes
0
answers
36
views
Canvas draw image method prevents ondataavailable from firing [duplicate]
Have a good day!
On localhost, I'm having a continuously changing img tag (I'll explain more at the end) and am using a canvas to draw the image on it, so I can use MediaRecorder to capture the video-...
0
votes
0
answers
192
views
how can i play rtsp video stream in flutter windows?
I did not find packages for working with RTSP on windows on pub.dev, tell me how can I solve this problem and play the RTSP stream on windows flutter program? I had thoughts of using the VLC API, but ...
0
votes
0
answers
260
views
Why i'm getting cors in GET request to a ip camera
I have been trying to make a GET request from Angular to a Dahua IP camera with the following url, the response should be a snapshot of the camera, but when doing it I always get a CORS problem
http://...