Finally I have written the description for My solution. I should have been developed notification part but it is not the state of the art skill. Main point of my solution is IR led according to light sensor. Please visit to the below and look at the project how it works and what does it have. https://www.hackster.io/Namsulee/day-night-home-security-solution-f85e1a?ref=search&ref_id=Day%20night&o..
LED has lots of types according to specification, how much spend the watt, how much bright and etc. I already have single color LED to develop based on RaspeberryPI and used it in my solution. In addition to that, I bought IR LED to turn on according to status of light, for example, IR Led is turned on when it is dark. Before making the circuit and would like to test this mechanism how it works...
Fortnight ago, I have completed to detect faces on the photo using face API from MS cognitive site and then introduce the article in previous. Basic scenario is home security camera but it has more functionalities like motion detect, face find, register users, find similar faces based on users and etc. The size of Home security solution is getting bigger and bigger. But I am pretty much sure the..
Home Automation 프로젝트로 기획했던 Home Security Solution에 대한 그 네 번째 시간이다. 두 번째 시간에는 인체감지 센서에 의해서 움직임이 감지되면 촬영을 한후 Play 하는 걸 해봤었고, 이전 시간엔 사진을 MS Cloud 에서 제공하는 Face API를 아용하여 얼굴을 찾아주고 사진에 얼굴 영역을 그리는 것 까지 진행했다. 오늘은 두 번째, 세 번째 시간에 했던걸 하나로 통합하는 시간을 가져보려 하는데 결국 Home Security Solution의 윤곽이 드러날 수 있을 것이며 추가적으로 보완이 필요한 내용도 도출될 수 있을 것 같다. 그 전에 다시 한 번 전체 시나리오를 확인해보자.문 앞에 누군가 감지되었을 때, 카메라를 통해서 촬영하고 낯선 사람인 경우 사용자에게 ..
지난번 시간에 Home Automation의 시나리오로 집 앞에 움직임이 감지 되었을 때, 사진 촬영 후 Detect 하여 낯선 사람이면 Azure에 전송하는 시나리오를 염두해 두고 OpenCV 기반에 Test를 진행했었다(http://hero-space.tistory.com/35). 다만 이 경우는 Windows 에서 제공하는 API가 아닌 OpenCV라는 Open source project를 ARM용으로 빌드해서 dll을 link 한뒤 사용해야 하기 때문에 번거로운 일이 아닐 수 없었는데 실제 OpenCV 관련 샘플을 소개하고 있는 곳을 가서 따라서 해보면 Image load 되고 canny 효과 까지 되나 얼굴 Detect시 Exception이 발생한다.(https://developer.micros..
Home Automation 1탄 격인 집안 온도에 따라 제어하기(http://hero-space.tistory.com/26) 에 이어, 두번째로 진행하는 Home Automation project는 화분에 있는 토양의 수분정도를 측정하여 Cloud에 전송하고 Cloud는 이 데이터를 가공하여 다시 사용자에게 알려주는 시나리오를 기획했다. Activity로서, 1) 센서를 이용한 토양 수분 측정 2) 측정한 데이터를 Cloud 서버에 Update 3) Cloud 서버에서 사용자에게 알림 전송 이렇게 나열 수 있었는데, 토양 수분의 경우 ADC를 이용하여 측정하였고 관련된 내용을 작성하였다.(http://hero-space.tistory.com/30). 다만, Cloud의 경우 계정을 생성하고 PC에서 S..