Custom HTTP for PTZ camera - camera

We moving our cameras to a Blue Iris system, and we have a Unifi UVC-G4-PTZ camera we have streaming over RTSP into the system. Blue Iris has a custom HTTP for controlling the Pan-tilt-zoom in the camera, but I cannot determine the correct commands to get the BI controller to pan the camera.It uses POST commands, but that is as far as I can get.
Here is what I have from the Page inspector for the Unifi Protect camera controller we are streaming from:
Inspector output for the PTZ camera Pan Left command
enter image description here
And here is what I am adding into BI (set to HTTPS):
Custom HTTP settings
The controller still won't move the camera.

Related

Agora Web RTC SDK video zoomed in and back camera is not being mirrored on mobile browser

I am using Agora Web RTC SDK to implement a live stream scenario. The video is being zoomed in automatically and on a mobile browser the back camera is not being mirrored.
I have tried setting up the videoEncoder when creating video camera track using createCameraVideoTrack as following.
encoderConfig: {
encoderConfig: '720p_1'
}
But not getting anywhere. The video is mirrored on remote viewer's screen and aspect ratio is all messed up.
Can someone help. Please

Xcode App Store Preview, can App Store Preview Video have watermark on the video?

I am currently preparing my app on App Store Connect. I have made the preview video for my app, but the resolutions don't match, so I used a website to change the resolution, however it comes with a watermark on the bottom right hand corner. Will Apple allow this? Or will they reject if they see a watermark?
Thanks

How to integrate with Google home hub to get camera stream?

For now, the media target is just Chromecast service from document here:https://developers.google.com/assistant/smarthome/traits/camerastream.html#response-nodejs
but,You can stream video from these security cameras to your Google Home Hub from document here:
https://support.google.com/googlenest/answer/9137164?hl=en-AU&ref_topic=7029100
so,how to integrate with Google home hub to get camera stream?
Thank you!
If you follow the guide on CameraStream, it will show you how to integrate with any cast target. The Google Home Hub is a cast target, and a security camera will stream to it if the Hub is the target receiver.

how to access the web ip camera on the opentopia?

I am viewing an ip camera from http://www.opentopia.com/webcam/16031, I have two questions
1. how it is streaming through the web page on the opentopia website,
is it possible to access and record the stream of that camera through ffmpeg or some other software ?
This site uses an mjpeg, stream. any program that can do http requests can download it.

Android-webrtc Stream data from other than camera source directly to webbrowser

UseCase - I am using android projection API to capture my android device screen. The output is displayed in a SurfaceView. Next i want to project surfaceview data to a web browser using Webrtc.
I have seen lots of example which uses device camera and stream it output to web browser. how can i stream a video being played on surfaceView/TextureView to web browser.