Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Sony Smartglasses 的相机模式文档中读到它有一个 CAMERA_MODE_JPG_STREAM_LOW_RATE,其中相机以 7.5fps 连续拍摄静态照片。我怎样才能改变它以降低利率?
不幸的是,在进行 JPEG 流式传输时,无法设置特定的帧速率。您是否尝试仅使用 STILL 模式并调用 requestCameraCapture() 以在您想要的间隔内拍照?