mirror of
https://github.com/openglow-org/forgefirm.git
synced 2026-09-27 08:41:13 -07:00
forgefirm-image: add v4l-utils for camera bring-up
v4l2-ctl (alongside the already-present media-ctl) configures the imx-media pipeline and grabs raw frames from /dev/video4 while the gfhardware capture path is ported off the factory NXP V4L2 model.
This commit is contained in:
@@ -8,3 +8,8 @@ DESCRIPTION = "OpenGlow/ForgeFIRM image for Glowforge"
|
||||
# see kas/README.md backlog #5). Removing it here (override only; the shared
|
||||
# glowforge-image base is untouched) also sidesteps its do_package failure.
|
||||
IMAGE_INSTALL:remove = "gfui-client"
|
||||
|
||||
# Camera bring-up tooling: v4l-utils provides v4l2-ctl (the media-ctl binary is
|
||||
# already pulled in) for configuring the imx-media pipeline and grabbing frames
|
||||
# while the gfhardware capture path is ported off the factory NXP V4L2 model.
|
||||
IMAGE_INSTALL:append = " v4l-utils"
|
||||
|
||||
Reference in New Issue
Block a user