Unitv2 video framerates
-
Re: M5Stack UnitV2 apriltag: how fast can read? FPS?
Not sure about apriltags. But video recording to sdcard with ffmpeg runs at the following speeds:
framerates:
- 30fps @ 640x480
- 20fps @ 1280x720
- 9fps @ 1920x1080
video only:
ffmpeg -f v4l2 -i /dev/video0 -c:v mpeg4 -s 640x480 output4.mp4with audio like:
ffmpeg -f v4l2 -i /dev/video0 -f alsa -i default -c:v mpeg4 -s 640x480 -c:a aac -ar 44100 -ac 2 -b:a 192k output-x.mp4h264 and vp8 should be present, but don't work.
Note: the cameras of Unitv2 and UnitV2-M12 are quite different and the latter (M12) has MUCH higher quality! It's not only the lens, also the sensor.
See more at our repo
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login