我已经用 C(带套接字)编写了一个服务器客户端程序。
框架是:
- 以 MJPEG 原生格式 640x480 捕获(另一种原生格式是 YUYV)
- 单帧大小为 204000 Byte ( 200 KB )
网络处于 ad-hoc 模式,所以我只能得到 11-12 Mbps。
- 目的传输速度:25-30 fps(这显然没有达到)。
所以我需要在发送之前压缩帧,我的问题是:
1. what format could i use?
2. I am making use of the API V4L2, so i want to know if there is a method,
function, etc. inside of this API that i can use for my purpose.