본문 바로가기

mulll

검색하기
mulll
프로필사진 dongha

  • 분류 전체보기 (29)
    • Multimedia Processing (1)
    • TinyML Project (1)
    • GStreamer (5)
    • Advanced C Programming (1)
    • node.js (1)
    • algorithm study (17)
    • 후기 (3)
    • 기타 (0)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/06   »
일 월 화 수 목 금 토
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
Tags
  • SKT FLYAI
  • softeer
  • c언어 static
  • 코테기출
  • Spakrfun Edge
  • 성적평균
  • c언어 스코프
  • C++해설
  • 소프티어
  • c언어 전역변수
  • Python
  • GStreamer
  • c언어 정적변수
  • nodejs 기초
  • 삼성 B형
  • Sparkfun Edge 프로젝트
  • 사물인식 최소 면적 산출 프로그램
  • Sparkfun Edge Example
  • c언어 라이프타임
  • GStreamer 튜토리얼
  • 통근버스 출발 순서 검증하기
  • GStreamer tutorial
  • c언어 지역변수
  • 코딩테스트 기출
  • MacOS 설치
  • C++
  • 수퍼컴퓨터 클러스터
  • 지도 자동 구축
  • 삼성전자 #영상디스플레이사업부 # VD사업부 #면접후기
  • 플레이페어 암호
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록Multimedia Processing (1)

mulll

Simple RTSP Client with OpenCV

Simple Code: import cv2 RTSP_URL = "rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mp4" cap = cv2.VideoCapture(RTSP_URL) while(cap.isOpened()): ret, frame = cap.read() cv2.imshow('frame', frame) if cv2.waitKey(20) & 0xFF == ord('q'): break cap.release() cv2.destroyAllWindows() Result:

Multimedia Processing 2023. 3. 24. 22:27
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바