Hello~
I'm in the process of trying to design/implement a video recording system, based on the Yi. Any advice/assistance that you may have, will be greatly appreciated.
Little background:
Ok, so where i'm struggling at this part of my POC implementation...
The NetGear has a licensed package called ReadyNAS Surveillance. It's got a lot of cool functionality, I would love to use or reproduce. Including the ability to add/discover cameras. And more importantly configure the recording schedule for each. It has some nice real-time playback functions, that aren't required but would be nice. Unfortunately in the 2000 cameras it does support the Yi isn't one of them. I don't believe it's technically an IP camera, and i'm not entirely trying to use it as one, as I want 1080p 30fps video from each camera.
This 1st attempt i'm working on, is for a buddy who owns a UFC/MMA based gym, and wants to record his daily training sessions, and then offer the footage back to his clients, so they can watch the sessions.
If any hardcore developers or scripters want to seriously assist me in this project, we can discuss potential compensation on this initial POC implementation, and future implementations based on the same canned package.
I could see this having some serious resale potential, once all the features are implemented, and the quality of the cameras at the price, with any custom baked NAS solution, and then using Youtube for the streaming/hosting, with private links back to a Website.
The use cases are potentially enormous.
Thanks in advance, look forward to any comments, even criticism
I'm in the process of trying to design/implement a video recording system, based on the Yi. Any advice/assistance that you may have, will be greatly appreciated.
Little background:
- I have a NAS box, in this case it's a Netgear ReadyNAS based system with about 9TB of usable space.
- This NAS is accessible a number of different ways, including CIFS/NFS/FTP/UPNP/etc.
- The goal of the NAS, is to capture all of the raw video from all of the cameras, and store it for XX amount of time.
- Ultimately we're working on scripts to auto-pull all of the video from all of the Yi's, and then auto-upload it all to Youtube under private channels, so we can link the videos back to our paid subscribers/users.
- I have the Yi's configued in Wifi Client mode, with static IPs, with Telnet & FTP on autostart.
- Initially i'm starting with 3 cameras, but in this setup we plan to scale to 10.
- My goal is to pull out the batteries, and run the cameras on 5V USB power 24/7. (I can add heat sinks / custom 3D printer enclosures if needed)
- We plan to wall mount each camera on a pan/tilt ball joint type mount
- We can use windows/linux scripts on the LAN to pull the video's off the cameras, and push them to the NAS.
- We can also use these boxes, to perform our Youtube upload any other functions that the cameras can't do native.
Ok, so where i'm struggling at this part of my POC implementation...
- How to get the cameras to start/stop recording at specific times of the day.
- Is it possible to have the camera's auto-push videos from MicroSD directly to the NAS using rsync or other?
- Is it potentiality possible to mount the NAS NFS export over Wifi, and just record directly to the NAS (assuming Wifi strength/bandwidth permits)
- Any gotcha's when using USB power 24/7?
The NetGear has a licensed package called ReadyNAS Surveillance. It's got a lot of cool functionality, I would love to use or reproduce. Including the ability to add/discover cameras. And more importantly configure the recording schedule for each. It has some nice real-time playback functions, that aren't required but would be nice. Unfortunately in the 2000 cameras it does support the Yi isn't one of them. I don't believe it's technically an IP camera, and i'm not entirely trying to use it as one, as I want 1080p 30fps video from each camera.
This 1st attempt i'm working on, is for a buddy who owns a UFC/MMA based gym, and wants to record his daily training sessions, and then offer the footage back to his clients, so they can watch the sessions.
If any hardcore developers or scripters want to seriously assist me in this project, we can discuss potential compensation on this initial POC implementation, and future implementations based on the same canned package.
I could see this having some serious resale potential, once all the features are implemented, and the quality of the cameras at the price, with any custom baked NAS solution, and then using Youtube for the streaming/hosting, with private links back to a Website.
The use cases are potentially enormous.
Thanks in advance, look forward to any comments, even criticism