I have a Canon PowerShot S120, which allows for browsing / copying photos over WiFi. There are apps for Android, iOS, and Windows to do that. The protocol uses upnp to discover the camera and the smartphone/computer and them some HTTP-based protocol. I have some code using libupnp for the discovery and a perl script that is capable of transfering one file, but it's far from complete. Plus, I need to refresh my memory, because the last commit is from January :-(. Now, there seems to be some support for such cameras in gphoto already. So the plan is to dive into gphoto and use what I learned about the protocol to fix the gphoto support.

If you own some other WiFi-enabled Canon camera supported by the CameraWindow software, let me know.

Looking for hackers with the skills:

gphoto c upnp

This project is part of:

Hack Week 11 Hack Week 12

Activity

  • over 10 years ago: fahrstuhl left this project.
  • over 10 years ago: fahrstuhl joined this project.
  • over 10 years ago: fahrstuhl liked this project.
  • almost 11 years ago: vbabka liked this project.
  • almost 11 years ago: joeyli liked this project.
  • almost 11 years ago: sndirsch liked this project.
  • almost 11 years ago: michal-m added keyword "upnp" to this project.
  • almost 11 years ago: michal-m added keyword "gphoto" to this project.
  • almost 11 years ago: michal-m added keyword "c" to this project.
  • about 11 years ago: michal-m started this project.
  • about 11 years ago: michal-m originated this project.

  • Comments

    • michal-m
      almost 11 years ago by michal-m | Reply

      I pushed my test program to https://github.com/michal42/wphoto. See the README file for instructions how to use it.

    • michal-m
      almost 11 years ago by michal-m | Reply

      I tried the Windows version of the CameraWindow software once more, but I still couln't get it working. The camera does discover the machine via UPnP, but it does not proceed further. It probably should continue by transfering the images via PTP/IP, because the camera opens port 15740 in this mode. But it's not working for some reason, so I'll continue with implementing the IMINK protocol used to share images with phones.

    • michal-m
      almost 11 years ago by michal-m | Reply

      I'm writing a gphoto2 camlib driver. Today, I ported the upnp handshake in it. It works if the imink.pl script is started in parallel. Now I'm going to implement filelist and file download in the camlib driver.

      I'm going to skip the file receive feature (i.e. transfer initiated by the camera) for now, because gphoto2 has no api for this mode of operation.

    • mfeilner
      over 10 years ago by mfeilner | Reply

      Hi, is this still a Hackweek project for 2015? If so, I'd love to learn... and maybe join.... first time...

    • michal-m
      over 10 years ago by michal-m | Reply

      It's still a hackweek project for 2015, I have the camera on my desk :). Are you still interested? I missed the comment, because I received no email notification...

    • michal-m
      over 10 years ago by michal-m | Reply

      I got filelists (gphoto2 --port upnp: -L) working. It's a bit slow if you have thousands of files on the camera.

    • fahrstuhl
      over 10 years ago by fahrstuhl | Reply

      Hey, I've got a S110, know some C and am very interested in this feature. Is there any way I could help?

    Similar Projects

    pudc - A PID 1 process that barks to the internet by mssola

    Description

    As a fun exercise in order to dig deeper into the Linux kernel, its interfaces, the RISC-V architecture, and all the dragons in between; I'm building a blog site cooked like this:

    • The backend is written in a mixture of C and RISC-V assembly.
    • The backend is actually PID1 (for real, not within a container).
    • We poll and parse incoming HTTP requests ourselves.
    • The frontend is a mere HTML page with htmx.

    The project is meant to be Linux-specific, so I'm going to use io_uring, pidfs, namespaces, and Linux-specific features in order to drive all of this.

    I'm open for suggestions and so on, but this is meant to be a solo project, as this is more of a learning exercise for me than anything else.

    Goals

    • Have a better understanding of different Linux features from user space down to the kernel internals.
    • Most importantly: have fun.

    Resources