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.
显示预览时,Google Vision API 是否能够在相机预览的每一帧中检测人脸和地标?
如果是的话,请您指出如何执行此操作的代码片段?我已经设置了camera2接口。谢谢!
这取决于。API 会检测人脸和地标,但每帧所需的时间取决于分辨率和人脸大小以及硬件速度等因素。在实时预览中跟踪人脸时,API 可能需要跳过一些帧才能跟上。