Resolution
This commit is contained in:
@@ -119,7 +119,6 @@ const cam0 = new FFmpegStreamer(DEV0, {
|
||||
format: 'mjpeg',
|
||||
fps: 30,
|
||||
//size: '640x480',
|
||||
//size: '1280x720',
|
||||
size: '1280x960',
|
||||
useWallclock: true,
|
||||
threadQueueSize: 64,
|
||||
@@ -139,7 +138,6 @@ const cam1 = new FFmpegStreamer(DEV1, {
|
||||
format: 'mjpeg', // driver decides
|
||||
fps: 30,
|
||||
//size: '640x480',
|
||||
//size: '1280x720',
|
||||
size: '1280x960',
|
||||
useWallclock: true,
|
||||
threadQueueSize: 64,
|
||||
|
||||
Reference in New Issue
Block a user