mirror of
https://github.com/mpromonet/v4l2rtspserver
synced 2024-11-16 00:12:56 +00:00
Update main.cpp
This commit is contained in:
parent
b12cf350dc
commit
3320b9173a
1
main.cpp
1
main.cpp
@ -250,6 +250,7 @@ int main(int argc, char** argv)
|
||||
|
||||
// default format tries
|
||||
if ((videoformatList.empty()) && (format!=0)) {
|
||||
videoformatList.push_back(V4L2_PIX_FMT_H265);
|
||||
videoformatList.push_back(V4L2_PIX_FMT_H264);
|
||||
videoformatList.push_back(V4L2_PIX_FMT_MJPEG);
|
||||
videoformatList.push_back(V4L2_PIX_FMT_JPEG);
|
||||
|
Loading…
Reference in New Issue
Block a user