OpenHD icon indicating copy to clipboard operation
OpenHD copied to clipboard

video recording on airpi

Open JacoJefferson opened this issue 3 years ago • 5 comments

Hello friends. All right with you? Hope so. I would like to know if it is possible to record video from the pi camera, for example, in 1080p quality, on the airpi sd card itself, at the same time that 720p video transmission is possible, for example, to the groundpi, in order to have video recorded with quality and a light fpv?

JacoJefferson avatar Mar 14 '21 17:03 JacoJefferson

It is but there are limitations. The older 2.x releases have an experimental option called openhdvid that could do what you’re describing but it was just for testing, and on a pi if you stream a lower resolution the pi will have to resize it real-time and that adds latency (not a lot but it’s noticeable).

The unreleased 3.x branch can record on both sides but it’s still going to have that resizing limitation on the pi, so we will likely not have it resize by default and just stream the same video that’s being recorded.

It’s possible that other platforms might behave differently, and in general there’s not much to be gained by reducing resolution due to the way h264 works, if you’re hoping to get reduced bitrate it won’t be a significant difference.

On Mar 14, 2021, at 1:29 PM, JacoJefferson @.***> wrote:

 Hello friends. All right with you? Hope so. I would like to know if it is possible to record video from the pi camera, for example, in 1080p quality, on the airpi sd card itself, at the same time that 720p video transmission is possible, for example, to the groundpi, in order to have video recorded with quality and a light fpv?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

steveatinfincia avatar Mar 14 '21 17:03 steveatinfincia

Got it. I appreciate the explanation. I would just like to add that it would also be useful for continuous video recording, without the flaws inherent to live streaming. thank you once again and congratulations on the project.

JacoJefferson avatar Mar 14 '21 17:03 JacoJefferson

for recording USB SSD can be used, i think. Especially on pi4 with USB3.0

hyperion11 avatar Mar 17 '21 01:03 hyperion11

Yes an SDD is probably smart, even usb2 is enough as long as the SSD doesn’t wait a lot and tie up the bus

On Mar 16, 2021, at 9:46 PM, Aleksey Degtyarev @.***> wrote:

 for recording USB SSD can be used, i think. Especially on pi4 with USB3.0

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

steveatinfincia avatar Mar 17 '21 02:03 steveatinfincia

This issue has been mentioned on OpenHD. There might be relevant details there:

https://forum.openhdfpv.org/t/record-videos-on-airpi/583/2

LimitlessGreen avatar Nov 06 '21 09:11 LimitlessGreen

Air recording ins enabled in 2.3

raphaelscholle avatar Jan 31 '23 01:01 raphaelscholle