exit(1);
}
//
print the received data in hexadecimal
printf("Received HEX data: ");
for (int i = 0; i < recv_len; i++)
{
printf("%02x ", recv_buf[i]);
}
printf("\n");
//
close socket
close(sockfd);
return 0;
}
3.4 Control SIYI Gimbal Camera in SIYI QGC Windows Software
through HM30 Image Transmission System
Gimbal camera connects to air unit directly to control gimbal rotation, gimbal
functions, and video display in SIYI QGC Windows software when the air unit is
communicating with the ground unit.
3.4.1 Preparation
It is necessary to prepare tools, firmware, and software below before controlling
gimbal camera in this way.
⚫ SIYI HM30 Full HD Image Transmission System
44
2023 SIYI Technology Co., Ltd, All Rights Reserved
A8 mini User Manual v1.5
Need help?
Do you have a question about the A8 mini and is the answer not in the manual?