camera: add Arducam Pivariety IMX230 tuner example - #4
Open
ereennk wants to merge 1 commit into
Open
Conversation
ereennk
force-pushed
the
feature/imx230-pivariety-tuner
branch
2 times, most recently
from
August 25, 2026 13:35
9fa75a2 to
e97568a
Compare
Add a browser-based live preview and camera tuning example for the Arducam Pivariety IMX230 camera on T3 Gemstone O1. The example supports exposure, analogue gain, focus, white-balance adjustment, automatic exposure, autofocus and snapshots. Use environment variables for custom GStreamer, TIOVX, DCC and device paths so the example does not depend on local build directories. Signed-off-by: Eren Koçak <eren.kocak.9287@gmail.com>
ereennk
force-pushed
the
feature/imx230-pivariety-tuner
branch
from
August 25, 2026 13:37
e97568a to
791764b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add a browser-based live preview and camera tuning example for the
Arducam Pivariety IMX230 camera on T3 Gemstone O1.
Features include:
Tested hardware
Validated format
Final validated pipeline:
SRGGB10_1X10RG10rggb10SENSOR_SONY_IMX230_PIVARIETY1920x1080BGGR is not used by the validated pipeline.
Companion components
Linux kernel / Device Tree:
t3gemstone/linux#14
GStreamer / TIOVX ISP:
TexasInstruments/edgeai-gst-plugins#383
TIOVX sensor-to-DCC mapping:
ereennk/edgeai-tiovx-modules#2
IMX230 DCC source:
https://github.com/ereennk/imx230-dcc-profile
Validated DCC revision:
ereennk/imx230-dcc-profile@ce7dc61
The IMX230 sensor uses DCC ID
230.DCC
The application expects:
dcc_viss.bindcc_2a.binDefault location:
/opt/imaging/imx230/linearDCC binaries are generated from the DCC source repository and are not
included in this PR.
Reproducibility
The README documents:
Generated binaries, runtime settings and captured images are
intentionally excluded from the repository.
Scope
This PR contains only the userspace IMX230 tuner/example and its
documentation.