반응형
아래 설명 내용은 시도하지 않은 내용입니다. 그러니까 해보지 않았다는 말이죠. mjpg 스트리밍을 성공적으로 진행하신 분이 동영상을 녹화 할 수 있는 방법을 질문하셔서 따로 알아본 내용입니다. 참고하십시요.
혹시 테스트에 성공하신 분이 계시면 좌표 부탁드립니다. ^^
예전에 포스팅한 페이지 gstreamer 패키지를 설치하고 사용하시면 스트리밍이랑 녹화도 됩니다. gstreamer 는 보드마다 사용하는 옵션이 다 달라서 많이 시도를 해봐야 합니다. 그리고 gstreamer에서 지원하는기능이라 cpu성능이 문제가 되긴 될거고요. 하시면 결과를 좀 알려주세요. 참고 사이트는 Recording and Streaming Simultaneously 입니다. 즐 개발하세요! ^^
위 사이트 내용을 아래 저장합니다.
This post was updated on May 04, 2019; 12:20am.
hello sir,
The objective I am trying to achieve is streaming 1080p video from
Raspberry pi camera and record the video simultaneously.
1. I tried recording the http streaming as source but didn't work on 30fps. A
lot of frames were missing and almost got 8fps only.
2.As a second approach, I am trying to record the file directly from camera
and then streaming the "recording in progress/buffer" file. For the same I
am trying to use GStreamer. Please suggest if this is good option or should
I try any other?
For Recording using GStreamer I used
gst-launch-1.0 --gst-debug-level=3 -v v4l2src device=/dev/video0 ! capsfilter caps="video/x-raw,
width=1920,height=1080,framerate=30/1" ! videoflip method=rotate-180 ! videoconvert ! videorate
! queue ! omxh264enc ! queue ! avimux ! filesink location = test_video.h264
Result : recorded video shows 1080p and 30fps but frames are dropping
heavily
For Streaming the video buffer I have used UDP in Gstreamer as,
gst-launch-1.0 --gst-debug-level=3 -v v4l2src device=/dev/video0 !
capsfilter caps="video/x-raw,width=640,height=480,framerate=30/1" ! queue !
omxh264enc ! queue ! h264parse ! mpegtsmux ! rtpmp2tpay ! udpsink
host=192.168.5.1 port=8080
Result : No specific errors on terminal but can't get stream on vlc
Please suggest the best method here.
Thanks,
Aditya
반응형
'개발자 > Raspberry Pi3' 카테고리의 다른 글
라즈베리파이3 B+ 부팅 전원 안 들어올 때 해결 방법 (1) | 2024.03.13 |
---|---|
라즈베리파이3 B+ 온도 습도 센서 DHT22 동작코드 (0) | 2021.09.18 |
Python 및 C를 사용한 Raspberry Pi UART 통신 (2) | 2020.11.27 |
Raspberry Pi로 Ubidots에 데이터 보내고 받기 1 (0) | 2020.11.04 |
스마트 농장 연동 시연 방법 - 스마트팜 데모. (1) | 2020.03.24 |
스마트 농장 Smart Farm 안드로이드 앱 Ver0.1. (0) | 2020.03.24 |
Compute Module 3+ 를 이용한 IO 보드 설계 정보 (0) | 2020.03.08 |
수면케어 시스템 하드웨어 사진들 - PCB, 센서, 연결도 (0) | 2020.02.07 |
더욱 좋은 정보를 제공하겠습니다.~ ^^