Skip to content

Commit

Permalink
There are too many configuration files in the v4l2 demo, which cannot…
Browse files Browse the repository at this point in the history
… be managed uniformly (#86)

* Fix the problem that the dual screen is dark and bright

* Fix the problem that the dual screen is dark and brigh

* there are too many configuration files in the v4l2 demo, which cannot be managed uniformly

Co-authored-by: zzxcanaan <[email protected]>
  • Loading branch information
zhaoshuaiadada and zzxcanaan authored May 30, 2022
1 parent 3f0e04e commit d19add8
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 1,387 deletions.
11 changes: 6 additions & 5 deletions package/mediactl_lib/mediactl_lib.mk
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,14 @@ define MEDIACTL_LIB_INSTALL_TARGET_CMDS
$(INSTALL) -D -m 0755 $(@D)/libmediactl.so $(TARGET_DIR)/lib64/lp64d/libmediactl.so
mkdir $(TARGET_DIR)/app/mediactl_lib/ -p
$(INSTALL) -D -m 0755 $(@D)/v4l2_demo/v4l2-demo $(TARGET_DIR)/app/mediactl_lib/
$(INSTALL) -D -m 0755 $(@D)/v4l2_demo/*.conf $(TARGET_DIR)/app/mediactl_lib/
#$(INSTALL) -D -m 0755 $(@D)/v4l2_demo/*.conf $(TARGET_DIR)/app/mediactl_lib/
$(INSTALL) -D -m 0755 $(@D)/v4l2_drm/v4l2_drm.out $(TARGET_DIR)/app/mediactl_lib/
$(INSTALL) -D -m 0755 $(@D)/v4l2_drm/video_drm*.conf $(TARGET_DIR)/app/mediactl_lib/
$(INSTALL) -D -m 0755 $(@D)/v4l2_drm/imx219_1080x1920_0.conf $(TARGET_DIR)/app/mediactl_lib/
$(INSTALL) -D -m 0755 $(@D)/v4l2_test/v4l2_test.out $(TARGET_DIR)/app/mediactl_lib/
$(INSTALL) -D -m 0755 $(@D)/v4l2_test/video_test.conf $(TARGET_DIR)/app/mediactl_lib/
#$(INSTALL) -D -m 0755 $(@D)/v4l2_drm/video_drm*.conf $(TARGET_DIR)/app/mediactl_lib/
#$(INSTALL) -D -m 0755 $(@D)/v4l2_drm/imx219_1080x1920_0.conf $(TARGET_DIR)/app/mediactl_lib/
#$(INSTALL) -D -m 0755 $(@D)/v4l2_test/v4l2_test.out $(TARGET_DIR)/app/mediactl_lib/
#$(INSTALL) -D -m 0755 $(@D)/v4l2_test/video_test.conf $(TARGET_DIR)/app/mediactl_lib/
$(INSTALL) -D -m 0755 $(@D)/v4l2_drm_isptool/v4l2_drm_isptool.out $(TARGET_DIR)/app/mediactl_lib/
$(INSTALL) -D -m 0755 $(@D)/config/*.conf $(TARGET_DIR)/app/mediactl_lib/
endef

$(eval $(generic-package))
320 changes: 0 additions & 320 deletions package/mediactl_lib/src/v4l2_demo/video.conf

This file was deleted.

Loading

0 comments on commit d19add8

Please sign in to comment.