Skip to content

Commit

Permalink
save_init
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouYixun committed May 7, 2024
1 parent d55f986 commit a9e09ad
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 11 deletions.
31 changes: 20 additions & 11 deletions docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
]
},
{
Expand All @@ -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'
}
}
})
22 changes: 22 additions & 0 deletions docs/cinepi-raw.md
Original file line number Diff line number Diff line change
@@ -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).
Empty file removed docs/libcamera.md
Empty file.

0 comments on commit a9e09ad

Please sign in to comment.