Skip to content

Conversation

libmaster169
Copy link

🎥 CameraTools

The CameraTools extension allow Scratch projects to interact with the real world using webcam input. These tool are perfect for creative coding, interactive installations, and educational experiments in image processing.


📷 CameraTools

The CameraTools extension provides blocks for accessing the user's webcam and analyzing live video frames. It enables Scratch projects to respond to visual input, making it ideal for motion detection, color tracking, and interactive art.

🧩 Features

  • Capture live video frames from the user's webcam
  • Read pixel color and brightness at specific coordinates
  • Detect motion or changes in the image
  • Apply simple filters or effects to the video stream

🎮 Example Use Cases

  • Motion-controlled games
  • Color-based object tracking
  • Interactive art reacting to movement
  • Educational demos on image processing

@github-actions github-actions bot added the pr: new extension Pull requests that add a new extension label Sep 7, 2025
@Brackets-Coder
Copy link
Contributor

Is it just me or does the description look AI generated

@libmaster169
Copy link
Author

Is it just me or does the description look AI generated

yes, description is ai generated, but extension not

@PPPDUD
Copy link
Contributor

PPPDUD commented Sep 13, 2025

I am not approving an extension from someone who could somehow write JavaScript but not a brief 2-sentence explanation for it.

@Brackets-Coder
Copy link
Contributor

I am not approving an extension from someone who could somehow write JavaScript but not a brief 2-sentence explanation for it.

Also, every. single. check has failed. Description is missing punctuation, Lint failed because there's no IIFE (which is crucial to unsandboxed TW extensions, gives me AI vibes), there's no translation, and format failed. Also, I'm pretty sure there's already a "Camera V2" extension on the gallery, so @CubesterYT can we close this?

@SharkPool-SP
Copy link
Collaborator

This isn't for stage camera, it's for your actual camera.

Even then, there's another PR before this that does the exact same thing and more

@Brackets-Coder Brackets-Coder changed the title Add cameratools extension to TurboWarp Extensions list Add CameraTools Extension Sep 13, 2025
@Brackets-Coder Brackets-Coder changed the title Add CameraTools Extension Add cameratools extension to TurboWarp Extensions list Sep 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: new extension Pull requests that add a new extension
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants