Skip to content

OpenCV로 녹화 후 영상 업로드 방식으로 변 #12

@CutTheWire

Description

@CutTheWire
fourcc = cv2.VideoWriter_fourcc(*'mp4v')
out = cv2.VideoWriter('webcam_video.mp4', fourcc, 30.0, (640, 480)) 
  1. OpenCV의 녹화기능을 통해 백앤드에서 12시간 간격으로 촬영 후 YouTube에 영상을 업로드 하는 방식으로 변경

  2. 라이브 기능은 백앤드에서 영상 리소스를 프론트로 보내주는 방식으로 변경할 예정

YouTube v3 API로 라이브를 예약할 경우 OBS Studio를 경유해서 라이브하는 방식으로 확인 됨

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions