From a9e09ad742883fcf3fde5ac5d654b1c8a8d4aa1a Mon Sep 17 00:00:00 2001 From: Eason <291028775@qq.com> Date: Tue, 7 May 2024 09:44:53 +0000 Subject: [PATCH] save_init --- docs/.vitepress/config.mjs | 31 ++++++++++++++++++++----------- docs/cinepi-raw.md | 22 ++++++++++++++++++++++ docs/libcamera.md | 0 3 files changed, 42 insertions(+), 11 deletions(-) create mode 100644 docs/cinepi-raw.md delete mode 100644 docs/libcamera.md diff --git a/docs/.vitepress/config.mjs b/docs/.vitepress/config.mjs index 3a25960..3226a59 100644 --- a/docs/.vitepress/config.mjs +++ b/docs/.vitepress/config.mjs @@ -22,23 +22,26 @@ export default defineConfig({ { text: 'Hardware', items: [ - { text: 'Image Sensor', items: [ { - text: 'OneInchEye', - link: '/oneInchEye' - }, - { - text: 'StarlightEye', - link: '/starlightEye' - }, - ] + text: 'Image Sensor', + collapsed: true, + items: [ + { + text: 'OneInchEye', + link: '/oneInchEye' + }, + { + text: 'StarlightEye', + link: '/starlightEye' + }, + ] }, ] }, { text: 'Software', items: [ - { text: 'libcamera', link: '/libcamera' }, + { text: 'cinepi-raw', link: '/cinepi-raw' }, ] }, { @@ -53,6 +56,12 @@ export default defineConfig({ socialLinks: [ { icon: 'github', link: 'https://github.com/cinepi' } - ] + ], + lastUpdated: true, + + editLink: { + pattern: 'https://github.com/Cine-Fox/cine-fox.github.io/edit/main/docs/:path', + text: 'Edit this page on GitHub' + } } }) diff --git a/docs/cinepi-raw.md b/docs/cinepi-raw.md new file mode 100644 index 0000000..f55375e --- /dev/null +++ b/docs/cinepi-raw.md @@ -0,0 +1,22 @@ +![cp_raw_banner](https://github.com/cinepi/cinepi-raw/assets/25234407/71591abc-f9b2-467e-806f-30557bcd1491) + +*fork of rpicam-apps that builds upon the rpicam-raw app, offering cinema dng recording capabillities and integration with REDIS offering an abstract "API" like layer for custom integrations / controls.* + +Requirements +----- +Please install the below requirements before continuing with the rest of the build process: + +[Redis](https://github.com/redis/redis) + +[Hiredis](https://github.com/redis/hiredis) + +[Redis++](https://github.com/sewenew/redis-plus-plus) + +Build +----- +For usage and build instructions, see the official Raspberry Pi documenation pages [here.](https://www.raspberrypi.com/documentation/computers/camera_software.html#building-libcamera-and-libcamera-apps) + +License +------- + +The source code is made available under the simplified [BSD 2-Clause license](https://spdx.org/licenses/BSD-2-Clause.html). diff --git a/docs/libcamera.md b/docs/libcamera.md deleted file mode 100644 index e69de29..0000000