Eken supply firmware for their H2, H2R, H3, H3R, H8, H8R, H9 and H9R cameras via the following site:
https://www.facebook.com/ekenhk (Try searching for "h9 firmware", etc.)
The "R" camera versions come with a remote control.
| import requests | |
| import json | |
| import shutil | |
| import time | |
| import os | |
| import os.path | |
| import re | |
| # Put Aura email/password and download location file path here | |
| email = "youremail@email.com" |
Eken supply firmware for their H2, H2R, H3, H3R, H8, H8R, H9 and H9R cameras via the following site:
https://www.facebook.com/ekenhk (Try searching for "h9 firmware", etc.)
The "R" camera versions come with a remote control.
| javascript:(function(){ var i = new Image();i.src = 'http://chart.apis.google.com/chart?cht=qr&chs=300x300&chl='+ encodeURIComponent(getSelection());i.onclick=function(){i.parentNode.removeChild(i)};i.setAttribute('style', 'position:fixed;top:50%;left:50%;margin:-150px 0 0 -150px;box-shadow:0 0 20px rgba(0,0,0,0.2)');document.body.appendChild(i)})(); |
| var when = function( test, execute, delay ) { | |
| delay = delay || 200; | |
| var x = test(); | |
| if ( x ) { | |
| execute( x ); | |
| } else { | |
| setTimeout( function() { | |
| when( test, execute, delay ); | |
| }, delay ); | |
| } |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>This is HTML5!</title> | |
| </head> | |
| <body> | |
| Pretty simple | |
| </body> | |
| </html> |