上一页 1 ··· 292 293 294 295 296 297 298 299 300 ··· 621 下一页

2022年2月16日

摘要: aacEncode aac编解码 阅读全文
posted @ 2022-02-16 04:39 lydstory 阅读(23) 评论(0) 推荐(0)
摘要: #include <iostream> using namespace std; #include <stdio.h> #include <time.h> #include <sys/time.h> typedef struct { int id; char *ptr; } OSA_IpcShmHn 阅读全文
posted @ 2022-02-16 04:32 lydstory 阅读(622) 评论(0) 推荐(0)
摘要: msgrcv msgsnd ipc 消息队列通信 阅读全文
posted @ 2022-02-16 03:36 lydstory 阅读(28) 评论(0) 推荐(0)
摘要: snprintf(commandBuf, COMMAND_BUF_MAX_SIZE, "echo %d > /sys/class/gpio/export ", RESETGPIO); ret = system(commandBuf); 阅读全文
posted @ 2022-02-16 02:55 lydstory 阅读(115) 评论(0) 推荐(0)
摘要: static int ReadGpioValue(int r) { char commandBuf[COMMAND_BUF_MAX_SIZE] = {0}; FILE *fp = NULL; int ret = -1, value = -1; snprintf(commandBuf, COMMAND 阅读全文
posted @ 2022-02-16 02:35 lydstory 阅读(46) 评论(0) 推荐(0)
摘要: 一. Uboot模式下通过串口烧写镜像到spi flash1. 安装并打开tftp工具,如tftp322. 将需要烧录的文件放在tftp目录;3. 重启设备,进入u-boot模式4. 设置tftp服务器IPsetenv serverip 192.168.x.xxx5. 设置主板ipsetenv ip 阅读全文
posted @ 2022-02-16 01:07 lydstory 阅读(1472) 评论(0) 推荐(0)

2022年2月15日

摘要: V4L2是Video for linux2的简称,为linux中关于视频设备的内核驱动。在Linux中,视频设备是设备文件,可以像访问普通文件一样对其进行读写,摄像头在/dev/video*下,如果只有一个视频设备,通常为/dev/video0。 V4L2在设计时,是要支持很多广泛的设备的,它们之中 阅读全文
posted @ 2022-02-15 05:58 lydstory 阅读(145) 评论(0) 推荐(0)
摘要: 用FPGA实现H.264/AVC硬件编解码器的构想 阅读全文
posted @ 2022-02-15 05:51 lydstory 阅读(51) 评论(0) 推荐(0)
摘要: SPIflash MiniGUI 阅读全文
posted @ 2022-02-15 05:42 lydstory 阅读(21) 评论(0) 推荐(0)
摘要: G.711aLaw 网络摄像机 音频编码 g.711alaw 阅读全文
posted @ 2022-02-15 05:39 lydstory 阅读(47) 评论(0) 推荐(0)
上一页 1 ··· 292 293 294 295 296 297 298 299 300 ··· 621 下一页

导航