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.
我需要使用 EDSDK 拍照并保存到仅托管图像的 ROI。我需要使用 EdsGetImage 吗?我怎么能意识到这一点?我不明白如何使用 EdsGetImage。
EDSDK 仅以 JPG 或 CR2 格式向 Host 提供完整的、未裁剪的图像下载。下载并解码原件后,您可以进行裁剪。您可能希望使用 EDSDKs internal EdsGetImage、 withEdsRect和EdsSize参数从图像源进行“裁剪”检索。
EdsGetImage
EdsRect
EdsSize