LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 04-18-2019, 04:48 PM   #1
linuxhippy
Senior Member
 
Registered: Sep 2004
Location: Philadelphia, PA
Distribution: Xubuntu, Mythbuntu, Lubuntu, Picuntu, Mint 18.1, Debian Jessie
Posts: 1,207

Rep: Reputation: 47
Linux on a surveillance video camera??


I recently bought a Yi Dome 1080p surveillance camera. It has a slot for a 32 GB micro SD card and uses WiFi. The video footage is broken up by folders into 1 minute mp4 files and after 3 days starts loop recording. I'm not sure how to SSH or use FTP to copy these files onto 1 of my Linux computers so I'm wondering if Linux could actually be installed on this via the micro SD card slot and then I can use it as a Linux headless server from a Linux computer and copy the files? Right now it is controlled by an Android app but there are no settings to do what I know Linux could.

Anybody have links of where I could look?
 
Old 04-18-2019, 05:59 PM   #2
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,702

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
Maybe but proprietary embedded devices while not impossible are difficult to reverse engineer. Granted the ipod is a good example but the developers created a customized uClinux kernel and probably bricked a few along the way. I doubt you will find anything on your particular camera.

I have a few old cameras that either have a live video feed you can record or automatically upload files via ftp. Now days everything goes to the cloud...
 
Old 04-18-2019, 08:08 PM   #3
linuxhippy
Senior Member
 
Registered: Sep 2004
Location: Philadelphia, PA
Distribution: Xubuntu, Mythbuntu, Lubuntu, Picuntu, Mint 18.1, Debian Jessie
Posts: 1,207

Original Poster
Rep: Reputation: 47
That's what I figured-proprietary garbage. I bet it runs off something like a Linux kernel too! Windows would be too much overhead for this...it probably runs something like Debian Linux that's been modified like the Raspberry Pi OS. I'm hoping I can find it on my network and telnet into it to transfer files onto my Mint Linux PC. Right now the only way to back those video files up (besides the cloud which is slow) is to pop out the micro SD card and use a card reader but if I mount this on the ceiling, then getting the card out every couple days would be a hassle.
 
Old 04-18-2019, 10:03 PM   #4
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,982

Rep: Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626
There is some open standard (open security camera protocol) that if that supports then you may use linux to capture the video from it.

I forget the common camera program. Something with a Z in it?? Zoneminder I think.
 
Old 04-19-2019, 03:02 AM   #5
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,702

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
You might be referring to real time streaming protocol (rtsp).

I doubt the camera is running any sort a generic operating system with ssh or ftp active.
 
Old 04-19-2019, 03:44 PM   #6
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,982

Rep: Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626
ONVIF was what I was thinking but most new cameras that are made for common IP use will have a few formats.
 
Old 04-19-2019, 03:54 PM   #7
ChuangTzu
Senior Member
 
Registered: May 2015
Location: Where ever needed
Distribution: Slackware/Salix while testing others
Posts: 1,718

Rep: Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857
This might be of interest, its a basic system but you should be able to expand on it:

Easy: How To Set Up Your Own Surveillance System in Linux
https://www.youtube.com/watch?v=uzJKqDUsUqc
 
Old 04-19-2019, 07:03 PM   #8
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,508

Rep: Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490
Motion is good software but is pretty limited as to the configuration options. Zoneminder has a lot more options which means more complexity in the configuration but there are sites with extremely detailed instructions if you have the right Linux OS.
 
Old 04-23-2019, 08:13 AM   #9
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by linuxhippy View Post
That's what I figured-proprietary garbage. I bet it runs off something like a Linux kernel too! Windows would be too much overhead for this...it probably runs something like Debian Linux that's been modified like the Raspberry Pi OS. I'm hoping I can find it on my network and telnet into it to transfer files onto my Mint Linux PC. Right now the only way to back those video files up (besides the cloud which is slow) is to pop out the micro SD card and use a card reader but if I mount this on the ceiling, then getting the card out every couple days would be a hassle.
Check this: https://github.com/shadow-1/yi-hack-v3

...replacement open-source firmware for your camera. Usual caveats apply, in that you may brick your device, etc., etc., but it will give you the option to use SSH and FTP. Since you have those, storing videos to a NAS may be possible.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Use the Raspberry Pi as a DIY Surveillance camera LXer Syndicated Linux News 0 01-21-2014 11:02 PM
LXer: Home surveillance camera offers night vision LXer Syndicated Linux News 0 04-19-2011 01:41 AM
LXer: HD surveillance camera design runs homespun Linux LXer Syndicated Linux News 0 06-25-2008 08:10 AM
LXer: Tiny surveillance camera has Linux smarts LXer Syndicated Linux News 0 03-08-2007 06:16 PM
LXer: Risc/dsp-based surveillance camera runs Linux LXer Syndicated Linux News 0 06-16-2006 12:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 09:03 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration