ZR10 2K QHD 30X Hybrid Zoom Gimbal Camera - SIYI's first industry gimbal camera and it won't be the last

Thank you Frank. As long as you’re updating the SDK manual, I would like to make a suggestion. I love how you have example packets in HEX (pages 27-28 in V1.0 manual). They make it super-easy for us to write unit tests and have confidence that our code generates the exact bytes that the camera is expecting, including endianness issues. Now I would recommend adding example HEX for packets that the camera might send back, like gimbal attitude. This would allow users to test their code before they have access to physical hardware and speed up the development process.

Thank you again for your availability.

Ari.

2 Likes

Forwarded to the team as well
Thanks for your contribution!

1 Like

@SIYI

I agree with @iter that it would be nice to have a command to control the absolute zoom. It’s not urgent though because I’m still working on other camera and gimbal enhancements (like this PR to add support for two cameras).

I think the latest SDK does have an absolute angle control (for pitch and yaw) but I haven’t updated the AP driver yet to use it so maybe i’m wrong.

Randy, have you seen an advance copy of the new SDK documentation? Is it available and I missed it?

I’m selfishly implementing my own driver in Python for a script that runs on a companion computer, so my timeline and yours may be different.

@SIYI : if that part of the SDK is sill in development, may I recommend using physical units like degrees and degrees/second instead of arbitrary ranges line [-100…100] or [0…300]?

Ari.

@iter,

I think Frank showed me a screen-shot of the upcoming angle interface. I’m not sure if I’ve seen the entire new SDK doc or not yet.

Re implementing a driver in Python, why not just use the available AP MAVLink interface? If there are controls that are missing we could try and add them. We don’t have a page that describes how to control the camera though I have been planning on adding that.

The advantage of using mavlink and talking to the flight controller instead of the gimbal directly is that it will work with all the gimbals AP supports. It also helps ArduPilot to fill out the interfaces that external developers need.

It’s a difficult decision. It comes down to two and a half issues: context size, features and Ethernet access.

Ethernet is the easier one to explain: I want to record to the companion computer’s drive, where I can keep track of timestamps and file naming conventions better than most cameras’ SD cards. I can live without Ethernet, but once I have an RTSP connection to a camera (Siyi, VISCA, etc) it’s a small step to use the same connection for gimbal control.

Features: I can never predict which features the larger AP community finds useful. Zoom is important in my application, as well as focus–I hate videos where all the interesting parts are unusable because autofocus is hunting for faces in the nothingness of a flat blue sky. Seeing as I know the exact distance from camera to target, both are easy to set if the camera supports it. I’m hearing from you here that zoom is easy for you to add to AP. This can change my calculus about writing my own driver.

Size of context: Siyi SDK documentation is 8 pages including sample packets in hex. It’s a self-contained system with clear boundaries. VISCA documentation from Sony is the same way. With AP–when it comes to more out-of-the-way features–just finding out if a feature exists can be a project. My questions about SYSID_TARGET in the other thread are an example. This is not a criticism of AP. AP is an amazing piece of software. But for less popular features, the only way to understand how they work is to read the code, and it’s never just one or two source file. My main tool for understanding AP features is grep(1). I understand and accept that this is how a project evolves when it is an amalgamation of many developers over many years scratching different itches. I’d rather have it like that than any other option. But when the choice is between writing 300 lines of Python or spending weeks chasing down features in an evolving source tree–it’s a difficult choice.

All this said, in this particular case, I’m only 300 lines of Python in. If my itch is something the larger AP finds useful, I’m happy to work with you instead of by myself. We should probably take this part of the conversation to the SYSID_TARGET thread.

Ari.

2 Likes

Hi @SIYI .
ZR10 looks like have problems with rtsp streaming (muxer may be trouble point).
Pls check google drive video link below, it contains dumped stream from ZR10 with HEVC (and probably same for H264 as well).
https://drive.google.com/file/d/1YxJH9kYD291DTFlvbx2QHy0-ODBdym2n/view?usp=sharing

Please investigate this problem

@SIYI What is the recommended mounting hole pattern for ZR10? The manual shows four large screws and calls out a 60mm x 22.5mm pattern:

Screenshot_2023-02-25_12-17-28Screenshot_2023-02-25_12-16-04

Unboxing video shows an additional plate with a different pattern. I cannot immediately find the dimensions for that:

Screenshot_2023-02-25_12-12-57

If it is your recorded video, please format your card again with max strorage unit 64 KB

All three boards come with the gimbal as you see in the unboxing video, if you are going to use the third board, it should be placed inside your frame and the screws are going for it

Do you have a drawing of the third board?

@iter Please try if you can use the ZR10 3D file
https://drive.google.com/drive/folders/1hl9z3pMfAOwcP9qJ4cbPHnhoG9JUH7nh?usp=share_link

1 Like

@SIYI
Video was recorded on companion board (not SD card), which is connected directly with ZR10 through LAN cable. Companion board caught RTSP stream from camera, and put it into MP4 container.
Also, there were a lot of warnings:


and

Looks like RTSP stream wan’t put correctly by ZR10

Pls check that

Please put a little more information here

  • Streaming resolution
  • All ZR10 firmware version
  • The exact way your record and save video (is the recording speed enough)
  • The way the companion computer processes data (or it does not)

It dose not look like a SIYI issue so far. But I am happy to help further on it. Just note that we don’t have the exactly same setup here to repeat the issue.

I received my camera today. It looks neat!

I downloaded the PC Assistant. I’m trying to change the camera’s IP address. I enter the new address (192.168.1.25) and the program tells me that I need to reboot the camera. When I reboot, the program again reports the old address (192.168.144.25).

Please update all the new firmware online. The production firmware is a bit old

1 Like

Hi Frank,

I tried upgrading my camera firmware by following the manual and the youtube video posted in this forum. I waited for 3 minutes as instructed in the video but the camera did not respond. Moreover the LED started blinking like shown in the image:

Also the version number in the software shows as 0.0.0

Please do it again by using a different SD card

I flashed the camera and zoom and gimbal and now I can change camera’s IP and see an RTSP stream. Very cool! Two new questions:

  1. How do I tell the camera that I’m mounting it upside down? Can I do that through the PC assistant?
  2. I can view H264 stream on rtsp://192.168.144.25:8554/main.264 if I change “Coding Format” from H265 to H264. Is there a different URL for H265?

Thank you for your continuing support.

Ari.

If you power it in upside down position, it will always work as upside down till the next start

The text in the RTSP addresses is literally the text itself, related to nothing special or functional.