|
From: Marcus M. <ma...@je...> - 2022-03-21 16:44:53
|
On Mon, Mar 21, 2022 at 10:09:21PM +0800, 东风雪铁虾 wrote: > I'm developing Python application using gphoto2, and I can capture image on my Macbook pro. > But the same code does not work on my Nanopi M1 Plus which run Embedded Linux(Ubuntu and Debian). > Then I tried with gphoto2 CLI, it reported following logs~ > What could I do with this? > > > And my camera is Canon EOS M200. You need to update libgphoto2 to a newer version than 2.5.9. EOS M is supported only in newer libgphoto2 versions. Ciao, Marcus |