Closed johker01 closed 7 years ago
Use gp_camera_unref (http://www.gphoto.org/doc/api/gphoto2-camera_8c.html#a6027cb54859c035ce943cf1c3e06121a) instead of gp_camera_free (http://www.gphoto.org/doc/api/gphoto2-camera_8c.html#a78ae1a19cc0fb4d94026f82497381124) as the latter is deprecated.
gp_camera_unref
gp_camera_free
Thank you!
Use
gp_camera_unref
(http://www.gphoto.org/doc/api/gphoto2-camera_8c.html#a6027cb54859c035ce943cf1c3e06121a) instead ofgp_camera_free
(http://www.gphoto.org/doc/api/gphoto2-camera_8c.html#a78ae1a19cc0fb4d94026f82497381124) as the latter is deprecated.