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