Add support for A8 remote control to opi_rtsp test app

This commit is contained in:
Your Name
2024-07-04 11:02:18 +03:00
parent a14e463989
commit dfe3c7c561
6 changed files with 32 additions and 9 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ void RemoteControl::sendData(uint16_t top, uint16_t left, uint16_t bottom, uint1
QJsonDocument commandDocument(commandObject);
std::string command = commandDocument.toJson(QJsonDocument::Compact).toStdString();
write(mFifoFdOut, command.c_str(), command.size());
qDebug().noquote().nospace() << "Sent: " << command;
//qDebug().noquote().nospace() << "Sent: " << command;
}
#ifdef FIFO_TEST