
ZoneMinder
Blue Iris
Frigate NVR
MotionEye
Shinobi.video
iSpy
motionEyeOS
Yawcam
Think Python
Google's Python Class
The New Boston video series
A Byte of Python
Hackr.io
Learn Python The Hard Way
Corey Schafer Youtube
Udacity - CS101
ZoneMinder
Think PythonBased on our record, ZoneMinder should be more popular than Think Python. It has been mentiond 61 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Frigate is very good: https://frigate.video/ Personally, I use Zoneminder: https://zoneminder.com/. - Source: Hacker News / 6 months ago
I assume some of the concern around this is that folks don't want to live in a panopticon. If that's your objection, I can't really help with that. On the other hand, if your objection is that you don't want a backdoor built into your video doorbell (even one that you must opt into), I'm happy to report that there are good non-Ring options. I switched to a Reolink video doorbell, and it has decent support for... - Source: Hacker News / 10 months ago
I have used ZoneMinder (https://zoneminder.com/, an open source security cam software) previously for an apartment setup using webcams, but I believe it can work with ip cams, etc. And allows you to save to an external hard drive/ssd/etc... Wifi im not too sure on, you could try a new cell service but they upcharge on hotspotting... So maybe just regular internet provider or satellite (ex, starlink) As far as... - Source: Hacker News / 12 months ago
I dunno if the CIA would trust them but I like Amcrest cameras https://amcrest.com/ because they have a wide range of different price points and capabilities. Use these with software like https://zoneminder.com/ which you could run on a cheap Linux box. For secure access use https://tailscale.com/. - Source: Hacker News / over 1 year ago
Cameras could be built using a single board computer (like the Raspberry Pi Zero, but there are better and cheaper options) plus a USB camera module, and the necessary firmware that could well be just a simple script invoking ffmpeg or similar streaming software; all Open Source. For example: https://www.friendlyelec.com/index.php?route=product/product&path=69&product_id=244... - Source: Hacker News / over 1 year ago
This course actually starts with an introduction to Python. Since you don't have access yet, you can give Think Python a whirl - https://greenteapress.com/wp/think-python/ and for a more interactive experience, I really enjoyed this one - https://scrimba.com/learn/python. Source: over 3 years ago
Start with Think Python or learn x in y..both are free resources and good for basic understanding and practise. Source: over 3 years ago
This free book taught me Python many years ago https://greenteapress.com/wp/think-python/. Source: about 4 years ago
In terms of learning the basics of Python programming, you can get the first edition of Think Python in PDF form for free. Source: over 4 years ago
Computer Science โ For understanding software development. As for a programming language to learn, I recommend Python or Javascript. Try Crash Course's Computer Science videos, the free Think Python book, and/or Part 1 of The Modern JavaScript Tutorial. Source: over 4 years ago
Blue Iris - Blue Iris is a high end security monitoring system that lets you view and control the feeds from all the cameras at your home or place of business.
Google's Python Class - Assorted educational materials provided by Google.
Frigate NVR - A complete and local NVR with AI object detection. Uses OpenCV and Tensorflow to perform realtime object detection locally for IP cameras. With a very good HomeAssistant integration.
The New Boston video series - Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
MotionEye - motionEye is a web frontend for the motion daemon, written in Python.
A Byte of Python - A Byte of Python is a Python programming tutorial and learning book that teaches you how to program with the Python programming language.