Skip to content

Comments

feat: add integration with vision camera v5#810

Open
NorbertKlockiewicz wants to merge 21 commits intomainfrom
@nk/vision-camera
Open

feat: add integration with vision camera v5#810
NorbertKlockiewicz wants to merge 21 commits intomainfrom
@nk/vision-camera

Conversation

@NorbertKlockiewicz
Copy link
Contributor

@NorbertKlockiewicz NorbertKlockiewicz commented Feb 16, 2026

Description

This PR adds real-time camera frame processing capabilities to React Native ExecuTorch by integrating with VisionCamera v5. It introduces a new VisionModule base class and extends ObjectDetectionModule to support three input methods: image URLs/paths, raw pixel data (PixelData), and live camera frames.

This PR includes:

  • a dedicated screen for testing object detection + vision camera
  • new tests for added methods

Introduces a breaking change?

  • Yes
  • No

Type of change

  • Bug fix (change which fixes an issue)
  • New feature (change which adds functionality)
  • Documentation update (improves or adds clarity to existing documentation)
  • Other (chores, tests, code style improvements etc.)

Tested on

  • iOS
  • Android

Testing instructions

Run the computer vision example app and test object detection and object detection (live)

Screenshots

Related issues

Checklist

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated the documentation accordingly
  • My changes generate no new warnings

Additional notes

@NorbertKlockiewicz NorbertKlockiewicz changed the title @nk/vision camera feat: add integration with vision camera v5 Feb 18, 2026
msluszniak

This comment was marked as resolved.

msluszniak

This comment was marked as resolved.

@NorbertKlockiewicz NorbertKlockiewicz changed the title feat: add integration with vision camera v5 feat!: add integration with vision camera v5 Feb 23, 2026
@NorbertKlockiewicz NorbertKlockiewicz changed the title feat!: add integration with vision camera v5 feat: add integration with vision camera v5 Feb 23, 2026
@NorbertKlockiewicz NorbertKlockiewicz marked this pull request as ready for review February 23, 2026 18:41
@NorbertKlockiewicz NorbertKlockiewicz self-assigned this Feb 23, 2026
Copy link
Member

@msluszniak msluszniak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just for the record as we discussed this internally, example app does not work for android right now.

@msluszniak msluszniak added the feature PRs that implement a new feature label Feb 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature PRs that implement a new feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Vision Camera integration - initial API (Object Detection)

2 participants