Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where is the video log? #556

Closed
vyking100 opened this issue Oct 10, 2016 · 4 comments
Closed

Where is the video log? #556

vyking100 opened this issue Oct 10, 2016 · 4 comments

Comments

@vyking100
Copy link

vyking100 commented Oct 10, 2016

Hi - Can someone help me please. I have Motioneye up and running fine via the latest image file. However I cannot see any video logs to view the saved files. These are the logs as shown under Expert settings.
Log Files:
motion.log
motioneye.log
messages.log
boot.log
dmesg.log
streameye.log
raspimjpeg.log
They all show text only.
I'm thinking its something to do with the config file but when trying to veiw the Pi via Putty I am denied access.
Any help would be really appreciated.

@crw
Copy link

crw commented Oct 13, 2016

First, my instructions assume you have turned General Settings > Advanced Settings on.

  1. ssh access: you can login via ssh if you have Services > Enable SSH Server set to "on" (default). If you set a password for admin, use that password to login. I do not use putty but a typical ssh command would look like: ssh admin@ip-address-of-motioneyeos
  2. Video log. I am not sure what you mean by "video log." I am not personally familiar with that file. If you have Samba enabled (Services > Enable Samba Server), you should be able to use Windows networking to see two shares being served by your motioneyeos device: sdcard and storage. If you look at the setting for "File Storage > Root Directory", this tells you where the motion captured files are stored.

Note that Movies need to be turned on and Motion Detection needs to be turned on to record movies in the first place.

@vyking100
Copy link
Author

Thank you for replying - I have ssh access thank you. My problem it that I do not know how to view the stored video.
File Storage tell me:
Sorage Device = Custom Path
Root Directory = /data/output
the disk usage is showing 1% of theavailable space is used so something must be stored.
Movies is turned on as is Motion Detection.
I can get to the root diectory on the Pi but not sure of the correct syntax to get to the file I need.
Many thanks again

@crw
Copy link

crw commented Oct 13, 2016

Cool. When you are logged in via ssh, what does ls /data/output show you? If you haven't changed any of the default settings, you should have a folder structure that looks something like this:

[root@Cambot01 ~]# ls /data/output/Camera1/
2016-10-08/ 2016-10-09/

Within each of those datestamp folders are a bunch of video files and thumbnails. If you do not see any of these folders, you are not getting video recorded for some reason.

Note that for some reason, the /data/output folder is shared via Samba as sdcard. I am not really sure why since everything is on the SD card, nor do I understand why there is a separate storage share. Anyway I am guessing you are on Windows, if you "Map Network Drive..." using the ip address and "sdcard" share, you should be able to navigate the file system in Windows File Manager. Let me know how this goes for you.

@vyking100
Copy link
Author

Graig - Thank you so much for your imput. I have just - finally - sorted
it out. It's one of those 'can't see the wood for the trees'. Its taken
me two weeks but from what I can now see was worth it.

Once again many thanks.

Richard

On 13/10/2016 21:50, Craig Wright wrote:

Cool. When you are logged in via ssh, what does |ls /data/output| show
you? If you haven't changed any of the default settings, you should
have a folder structure that looks something like this:

|[root@Cambot01 ~]# ls /data/output/Camera1/ 2016-10-08/ 2016-10-09/ |

Within each of those datestamp folders are a bunch of video files and
thumbnails. If you do not see any of these folders, you are not
getting video recorded for some reason.

Note that for some reason, the |/data/output| folder is shared via
Samba as |sdcard|. I am not really sure why since everything is on the
SD card, nor do I understand why there is a separate |storage| share.
Anyway I am guessing you are on Windows, if you "Map Network Drive..."
using the ip address and "sdcard" share, you should be able to
navigate the file system in Windows File Manager. Let me know how this
goes for you.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#556 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AVG3gSnlYRBL5LiuDQaacBTDYglPSeDIks5qzpl5gaJpZM4KSuHV.

@bortek bortek closed this as completed Jun 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants