Skip to content

Commit

Permalink
Add basic VVCAM implementation of Sony IMX577 driver.
Browse files Browse the repository at this point in the history
  • Loading branch information
ysabel committed Mar 22, 2023
1 parent 5d91c12 commit 1a8f1db
Show file tree
Hide file tree
Showing 4 changed files with 1,310 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vvcam/v4l2/sensor/imx577/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
EXTRA_CFLAGS += -I$(PWD)/../common/ -O2 -Werror
imx577-objs += imx577_mipi.o
obj-m += imx577.o
Loading

0 comments on commit 1a8f1db

Please sign in to comment.