简体   繁体   中英

How to change Streaming rate of the camera?

I read in the camera mode documentation of Sony Smartglasses that it has a CAMERA_MODE_JPG_STREAM_LOW_RATE in which camera takes still pictures continuously at 7.5fps. How can I change that to have a lower rate?

There isn't a way to set a specific frame rate when doing JPEG streaming unfortunately. Did you try just using STILL mode and calling requestCameraCapture() to take pictures in the interval you want?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM