Copy link to clipboard
Copied
Hi,
I am publishing a video for live streaming and same is to record on the server. But the file size if very large it makes 8 MB file within 1 minute. Following are my cam settings.
cam1 = Camera.getCamera("1"); | ||||||
cam1.setQuality(400000,0); | ||||||
cam1.setMode(640,360,24,true); | ||||||
ns.attachCamera(cam1); |
Is there any way to compress the video size.
Please help.
Copy link to clipboard
Copied
here are the specifics for how to use quality settings:
you can probably go down with the framerate from 24 to 12-15, if you have a mostly static picture (user in front of cam)
Find more inspiration, events, and resources on the new Adobe Community
Explore Now