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.
有没有办法用bascom avr语言编写代码以JPG格式拍摄照片并自动将其复制到SD卡?相机型号为Tcm8230md。
我从未使用过 BASCOM sd-card 库,但有一个。I2C 库安静且易于处理。所以通信应该是可能的。但这也取决于您要以多快的速度拍摄照片。我曾经使用过一张 SD 卡,但使用了一个 C 库,我无法实现高读/写率。 此外,相机不支持 jpeg 输出。但它具有 RGB 输出,因此您可以生成位图。
所以我认为这是可能的。