# MyCamera **Repository Path**: macos2/MyCamera ## Basic Information - **Project Name**: MyCamera - **Description**: V4L2摄像头测试并带有Gtk界面小程序。 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-01-06 - **Last Updated**: 2022-02-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MyCamera a small program capture picture through V4L2 interface with a friendly Gtk UI. ![](https://github.com/macos2/MyCamera/blob/master/mycamera.png) Depend ------- Gtk3 (libgtk-3-dev @Debian) V4l2 (libv4l-dev @Debian) Build ------- Install the development files,make sure pkg-config work fine. Just `make` at the working directory, a program called `mycamera` would make for you.