raspberry pi email listening [closed] - python

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I have a raspberry pi that I connected a webcam to and am planning to use as a cctv camera ( I used this tutorial by the way: https://medium.com/p/2d5a2d61da3d) and I want it to send me an email when it takes a picture, how can I do this, I don't know much about python or linux, help is appreciated.

Download the following:
http://www.raspberrypi.org/phpBB3/viewtopic.php?t=45235
This saves the image, rather than emailing it, so it will require some tweaking. Look through the code, understand as much as you can, and if you have a SPECIFIC question ("what does this one line do?") and google doesn't show anything, then you can post here again.

Related

Can any one answer this? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 1 year ago.
Improve this question
connecting python program with HTML. when I click the HTML button I need output from that python program to display in the front end. please guide me in how to solve this problem.
I need to connect that python program to my web application how to do this connecting part?
You must have a look at flask its a python library with which you can do server side stuff (backend development)
there's also another popular library django which you can look for.

How can I get how long my computer's been idle (idle time) using python? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
The computer obviously stores it sense it knows when to put the screen saver on. Is there a python program that can get the computer's idle time?
This questions has already been answered several times it appears. A quick google search for this topic should give you other stack overflow Q's & A's for this question, but here is one of the previously answered links:
detecting idle time using python

python project with a bluetooth speaker [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
Im building my final project with raspberry 4 with python,The project is:security systeam.
I want it to play an alarm sound when it detects motion.
I dont have a clue how to write a script that will execute correctlly when the sensors will detect motion and the speaker make sound(mp3 file).
Any ideas or guides that will work?
You might want to take a look at this library for the motion sensing:
https://gpiozero.readthedocs.io/en/stable/recipes.html#motion-sensor
Along with this one on make a noise with a Raspberry Pi (which includes a section on Bluetooth speakers)
https://www.raspberrypi.org/blog/how-to-play-sound-and-make-noise-with-your-raspberry-pi/

I want to check if online video is streaming or not. How to do it in Python? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I want to write a script to check if I am able to stream an online video in a website. I just want a binary no (0 or 1) to see if the content is working or not and I want to do it via Python.
I have search in the internet but couldn't found an adequate answer.
The easier solution would be to calculate your internet consumption. If your internet consumption is higher than a certain limit, then you may assume that your streaming is working fine. If not, you may configure an alert.

Live stream gopro 4 footage to a web app [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I've got a fun question for you guys. I want to build a web app, preferably in python/django that takes live streaming footage from a gopro camera and posts it to my site.
Whats your opinion on ffmpeg, nginx or using a Livestream/Ustream api? A 10-20 second delay would still fit my needs.

Categories

Resources