xiaoxiang781216 commented on code in PR #2675:
URL: https://github.com/apache/nuttx-apps/pull/2675#discussion_r1795778702
##########
system/nxcodec/nxcodec.c:
##########
@@ -60,20 +60,27 @@ static int nxcodec_prepare_contexts(FAR nxcodec_t *codec)
ret = ioctl(codec->fd, VIDIOC_QUERYCAP, &cap);
if (ret < 0)
{
+ printf("nxcodec VIDIOC_QUERYCAP error: %d\n", errno);
Review Comment:
command line program use printf, service use syslog which is the nornal
POSIX program convention.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]