출처 : python - How to parse mjpeg http stream from ip camera? - Stack Overflow Python - mjpeg 영상 화면에 출력 import cv2 import requests import numpy as np #stream = urllib.request.urlopen("http://127.0.0.1:8080/?action=snapshot") #stream = urllib2.urlopen("http://127.0.0.1:8080/?action=snapshot") #bytes = bytes() while True: r = requests.get('http://127.0.0.1:8080/?action=snapshot"', auth=('user', 'pa..
출처 : [아두이노] 블루투스 모듈(HC-06) 사용하기 (설정, 문자열 전송, LED ON/OFF) Arduino Uno - L298N & HC-06#include //시리얼 통신 라이브러리 호출 int blueTx=3; //Tx (보내는핀 설정) int blueRx=2; //Rx (받는핀 설정) SoftwareSerial btSerial(blueTx, blueRx); //시리얼 통신을 위한 객체선언 String myString=""; //받는 문자열 //모터드라이버핀과 아두이노의 연결번호 #define EA A0 #define EB A1 #define M_IN1 7 #define M_IN2 6 #define M_IN3 5 #define M_IN4 4 int motorA_vector = 1;//모터의 ..
출처 : 라즈베리파이 USB to TTL Serial Cable 연결 :: tibyte.kr - 티바이트 Arduino Pro Mini - 시리얼 케이블 연결 흰색 선(RXD)을 라즈베리파이의 TXD핀에 연결하고, 초록 선(TXD)을 라즈베리파이의 RXD핀에 연결한다. 업로드 Arduino Pro Mini의 경우 리셋을 수동으로 해야 되므로, 컴파일전에 [리셋]버튼을 누리고 있다가, [업로드...]라고 나올때 [리셋]버튼을 때준다. L298N 모터드라이버 제어 //모터드라이버핀과 아두이노의 연결번호 #define EA 2 #define EB 7 #define M_IN1 3 #define M_IN2 4 #define M_IN3 5 #define M_IN4 6 int motorA_vector = 1;//모터..
출처 : [엑셀] 매크로를 이용하여 지정한 크기의 셀 안에 사진 넣기 : 네이버 블로그 엑셀 메크로 그림(이미지)을 엑셀 파일에 직접 포함시키는 방법 - 달집의 팁 - 문하우스 이미지 삽입 - Excel 파일에 이미지 내장 Sub insert_Pic() Dim Pic As Variant Pic = Application.GetOpenFilename _ (filefilter:="Picture Files,*.jpg;*.bmp;*.tif;*.gif;*.png;*.jpeg") If Pic = False Then Exit Sub End If With ActiveSheet.Shapes.AddPicture(Pic, False, True, Selection.Left, Selection.Top, Selection.Widt..
출처 : Apache POI - the Java API for Microsoft Documents java - Get an image and its position from excel file using Apache POI POI로 엑셀 파일 열기 import java.io.File; import java.io.FileInputStream; import org.apache.poi.ss.usermodel.Workbook; import org.apache.poi.xssf.usermodel.XSSFWorkbook; public class TestPoiMain { public static void main(String[] args) throws Exception { // String fileName = "tes..
- Total
- Today
- Yesterday
- Spring
- 레이싱모델 익스트림 포토 페스티벌
- Mac
- oracle
- 지스타2007
- Delphi
- SAS
- Xcode
- ubuntu
- JavaScript
- 전예희
- 일본여행
- ffmpeg
- ble
- 서울오토살롱
- 튜닝쇼 2008
- Delphi Tip
- Spring MVC
- NDK
- 동경
- MySQL
- Java
- koba2010
- android
- 송주경
- KOBA
- sas2009
- flex
- BPI-M4
- Linux
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |