mirror of
https://github.com/mpromonet/v4l2rtspserver
synced 2024-11-02 03:40:13 +00:00
add JPEG as one of the default format
This commit is contained in:
parent
38b1764fe1
commit
c2325eb81c
@ -547,6 +547,7 @@ int main(int argc, char** argv)
|
||||
if ((videoformatList.empty()) && (format!=0)) {
|
||||
videoformatList.push_back(V4L2_PIX_FMT_H264);
|
||||
videoformatList.push_back(V4L2_PIX_FMT_MJPEG);
|
||||
videoformatList.push_back(V4L2_PIX_FMT_JPEG);
|
||||
}
|
||||
|
||||
#ifdef HAVE_ALSA
|
||||
|
Loading…
Reference in New Issue
Block a user