# v4l2-camera **Repository Path**: neardi-dev/v4l2-camera ## Basic Information - **Project Name**: v4l2-camera - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-28 - **Last Updated**: 2025-10-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # README # This README would normally document whatever steps are necessary to get your application up and running. ### What is this repository for? ### * Quick summary * Version #### summary #### This demo is on how to use V4L2 to access mipi camera video streams, how to convert NV12 data streams to BGR format. ### How do I get set up? ### * Summary of set up * Configuration * Dependencies * How to run tests * Deployment instructions ### How to build? ### ```shell neardi@LPA3588:~/src/v4l2-camera$ ./build.sh neardi@LPA3588:~/src/v4l2-camera$ ls build.sh camera dma_alloc.cpp dma_alloc.h main.cpp README.md ``` ### How to run? ### ```shell neardi@LPA3588:~/src/v4l2-camera$ ./camera 11 1920 1080 Usage: ./camera [width height] Example: ./camera 0 1920 1080 ``` ### Who do I talk to? ### * Repo owner or admin * Other community or team contact