Celeb Glow
news | March 20, 2026

How to send photos from my Canon photo camera to my laptop via Wifi?

I have a Canon SX610 HS photo camera which aims to be able to transfer data over wi-fi to my laptop.

I have no idea how to set that up. In the camera settings I have:

  • NFC: ON
  • Password: OFF
  • Target History: ON
  • Resize for Sending...: M2 / No
  • Change Device Nickname...: SX610HS
  • Check MAC Address...: D8:49:2F:98:3F:04
  • Reset settings

I guess that somehow I should connect from the laptop to my camera using the Device Nickname and MAC address, but I have no idea how.

How can I do that?


The manual says:

The camera can connect via Wi-Fi to computers running the following operating systems. For detailed system requirements and compatibility information, including support in new operating systems, visit the Canon website.

  • Windows 8/8.1
  • Windows 7 SP1
  • Mac OS X 10.9
  • Mac OS X 10.8.2 or later

Then it says to I need to install some piece of software. Obviously, they don't support Linux. Since I'm using Ubuntu and still hope there is a solution to do this on Ubuntu, I'm here. :)

6

2 Answers

Maybe this will help you. Just take a look at, I cant test it because my camera does not have wifi options.

1

Maybe the camera provides a web interface to download pictures? To check try to connect to it via a web browser. After connecting the camera to your WiFi network, first find the camera's IP by:

nmap -sP 192.168.0.\*

(you might be on different network than 192.168.0.*, check with ifconfig). If you aren't sure it's a right IP look for the MAC address D8:49:2F:98:3F:04 you found in the settings by running command arp:

arp <some IP found by the nmap -sP>

e.g. arp 192.168.0.1. When confirmed, enter IP found> into a web browser.

You might play with scans sudo nmap -O <IP> and nmap <IP>, maybe you will find something useful, like a port number different than 80 (http).

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy