Amir Pournasserian
Published © MIT

Wireless Security Camera System with Raspberry Pi & Android

Turn your Raspberry Pi and old Android phones into a security camera and monitor it from an IoT platform!

IntermediateFull instructions provided2 hours13,966
Wireless Security Camera System with Raspberry Pi & Android

Things used in this project

Story

Read more

Code

Raw Widget Code for Livestream

HTML
<template>
    <div style="position: relative;height: 100%;min-height: 100%;">
    <img src="http://INSERT IP ADDRESS HERE!!!/mjpg/video.mjpg" />
    <div>Example</div>
    </div>
</template>
<script>
export default {
     mounted () {
         console.log('mounted hook');
     }
 }    
</script>
<style>
       img {
        position: absolute;
        top: 0px;
        right: 0px;
        left: 0px;
        margin: 0px;
        width: 100%;
    }
</style>

Credits

Amir Pournasserian

Amir Pournasserian

10 projects • 14 followers
Data scientist, machine learning specialist, IoT nerd. CEO of Momentaj and Founder of uBeac, IoT thinktanks.

Comments