Check Photos

Samba helps when you share and other devices access your photo album. Steps:

  1. Run the command to set up Samba service.

sudo apt-get update
sudo apt-get install samba samba-common-bin
  1. Configure Samba typing.

sudo nano /etc/samba/smb.conf

Note

Press ctrl+o to save what you modify in nano editor, ctrl+x to to exit.

Input the following content at the end of the file:

[share]
path = /home/pi/Pictures/rascam_picture_file #This is your album path.
valid users = pi
browseable = yes
public = yes
writable = yes
  1. Restart Samba service.

sudo service smbd restart
  1. Add sharing account.

sudo smbpasswd -a pi

Note

A sharing account “pi” is created and you need to set your passcode.

Mount Photo Album to Windows

Under This PC, click Map network drive.

_images/image10.jpg

Type “\hostname or IP address\the name of the shared files” in the path bar.

_images/image11.jpg

Type in the username and the password. Click OK button, and you can access the shared files.

_images/image12.png

The album will appear as a new volume under this PC.

_images/13.png

Mount Photo album to iOS

The system newer than iOS 13.0 can directly mount storage in Files. The older versions of iOS can use APPs like DS File.

  1. Open Files.

_images/14.png
  1. Tap Connect to Server in 「Menu」.

_images/15.png
  1. Enter your Rascam IP address.

_images/16.png
  1. Log in.

_images/17.png
  1. Now, you can directly access the photo album in File.

_images/18.png