Sharing pictures from Fedora 11 Linux to Kodak Easyshare EX811 Digitial Picture Frame
Posted by broseAug 13
Wow that’s a huge title. Anyway, a friend of mine brought home a digital photo frame, the EX811 to be precise. He couldn’t quite figure out how to get pictures to display from the computer onto the frame. We did get it working, but here’s the documentation on how, since I think this might be helpful to other people.
1) Get the frame on the network. I really can’t help you too much with this, just use the picture frame’s menu system to do it. The menu is fairly intuitive. If possible, try to give the picture frame a static IP address, whether through the frame’s menu system or via the DHCP server in your private network.
2) The frame sends a lot of, well, odd traffic. It uses multicast and unicast traffic, so, and you might be disappointed in me over this, I recommend you just allow all traffic from that source. A rule such as “-A INPUT –src 192.168.100.100 -j ACCEPT” in /etc/sysconfig/iptables will work perfectly here. Just change the IP address in the example to the static IP address you gave the frame when you got it on the network in part 1.
3) Install [mediatomb] and start it. Check it’s configuration file for what port it runs on, and navigate to that port on your local computer. For example, point firefox at “http://127.0.0.1:thatport”. From there, configure what pictures and stuff you would like to share with the frame.
4) Reboot the frame. At the main screen, an entry labelled “Network Computer” should appear. Click on that one, navigate to the folder with all the pictures in it, and press play. Congrats, you’re now sharing your photos.
5) You may want to make mediatomb start automatically on system boot with “chkconfig –levels 345 mediatomb on”.
6) You don’t need to restart the frame or mediatomb to make changes to the pictures that are shared. Just make the changes, and they’ll happen in real time.
Hope this helps someone out there.
4 comments
Comment by Donald Ade on August 22, 2009 at 1:26 am
Seriously!? A picture frame?! What ever happened to E-Z installs.
Comment by Fredrik on December 17, 2009 at 5:24 pm
I just installed mediatomb and connected my EX811 over the wireless network to it. I can start a slide show of the pictures offered by mediatomb, but when I add pictures in mediatomb they’re not automatically in the slideshow. Did you actuallty get that to work? How? I’d really appreciate your help on this!
/Fredrik
Comment by brose on December 23, 2009 at 2:36 pm
@Fredrik:
Yeah I just added pictures to the directory I was sharing out of, and then in mediatomb added the pictures to the shared pics list. Once the photo frame completed the rotation it was on, the new picture(s) would be in the next rotation. It happened seemingly automagically on the part of the frame, I didn’t do anything special to get it to work. Sorry, can’t help you much more than that…
Comment by Fredrik on January 1, 2010 at 5:29 pm
Ok, thanks! Perhaps adding pictures is OK, but not deleting the ones already in the list. I’ll have to do some experimenting I guess.
/Fredrik