I am trying to record to NAS. I successfully mount drive by editing
Code: Select all
sudo nano /etc/fstab//myNAS/myShare /home/pi/myNAS/myShare cifs username=your_username,password=your_password,workgroup=your_workgroup,users,auto,user_xattr 0 0
now when i try to record i get this message
mmal: mmal_vc_port_info_set: failed to set port in (2:0): EINVAL
mmal: mmal_vc_port_set_format : mma_vc_port_info_set failed 0x1508d50 (EINVAL)
mmal: mmal_connection_create: format not set on input port
i can successfully record to the sd with no problems but i get this error only when i record to network folder.
I am using RPi-Cam-Web-Interface on my raspberry pi 2 model B.
any help would be appreciated