Skip to content
View b5463's full-sized avatar
🙏
🙏

Block or report b5463

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
b5463/README.md

b5463 ASCII wordmark

Alexander Jakub Moravčík
camera hardware / device software / self-hosted deployment

[ KINO D4 ]    [ SYSTEMS. ]    [ FUNDING ]

I work on camera hardware, device protocols, control software, and self-hosted deployment.

00 / active

+----+------------+-------------------+----------------------------------+
| ID | PROJECT    | STATE             | SCOPE                            |
+----+------------+-------------------+----------------------------------+
| 01 | KINO D4    | D4-V1 prototype   | four-lens camera + USB studio    |
| 02 | SYSTEMS.   | 2.0.0-rc.1        | deployment + host operations     |
+----+------------+-------------------+----------------------------------+

01 / KINO D4

KINO D4 is a handmade four-lens camera. One shutter press captures four viewpoints; the originals stay on the card, and software can turn them into a short parallax loop.

[CAM 01]--+
[CAM 02]--+
[CAM 03]--+-->[shared sync]-->[ESP32-P4]-->[microSD originals]
[CAM 04]--+                         |
                                    +-->[USB / KDP]-->[KINO Studio]

hardware      D4-V1 / prototype
studio        0.9.0
protocol      KDP 1
storage       microSD originals first
license       CERN-OHL-S-2.0 hardware / MIT software
repository map
hardware/                 build files, manifest, revisions, and ECNs
apps/studio/              USB control and capture interface
apps/api/                 API foundation
packages/kdp/             KINO Device Protocol
packages/schemas/         shared data contracts
packages/test-fixtures/   simulator fixtures
docs/                     build, bring-up, recovery, and release notes

REPOSITORY -> · PROJECT ->

SYSTEMS. builds a zip into a Docker deployment, routes it through Caddy, and keeps logs, health checks, rollback, and backups in the admin panel.

[ZIP]-->[BUILD]-->[DOCKER]-->[CADDY]-->[HTTPS]
                    |
                    +-->[LOGS]
                    +-->[HEALTH]
                    +-->[ROLLBACK]
                    +-->[BACKUPS]

release       2.0.0-rc.1
access        authenticated admins / two maximum
production    Windows host
validation    real Windows host pending
license       PolyForm Noncommercial 1.0.0
repository map
dashboard      Vue
api            Fastify / Node.js
data           PostgreSQL / Redis / S3
runtime        Docker / Caddy
operations     logs, health, rollback, and backup

OPEN SYSTEMS. ->

03 / workbench

camera       ESP32-P4 / ESP32-S3 / microSD
protocol     KDP / Web Serial / JSON schemas
interface    TypeScript / React / Vue / Vite
services     Node.js / Fastify / PostgreSQL / Redis
host         Docker / Caddy / HTTPS / GitHub Actions

04 / links

repos       github.com/b5463?tab=repositories
kino-d4     github.com/b5463/kino-d4
systems     github.com/b5463/systems
funding     github.com/sponsors/b5463

Pinned Loading

  1. kino-d4 kino-d4 Public

    Open-source four-lens digital camera with synchronized capture, original-frame storage, and a USB control workbench.

    TypeScript 1

  2. systems systems Public

    Self-hosted deployment engine for zip builds, Docker containers, HTTPS routing, health checks, rollback, and backups.

    JavaScript 1