Skip to content

Commit

Permalink
latest
Browse files Browse the repository at this point in the history
  • Loading branch information
dnewman-gpsw committed Nov 10, 2023
1 parent 0394f19 commit 27f2d8f
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions docs/control/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# QR Control
# QR Control for Labs Enabled Cameras

<script src="../jquery.min.js"></script>
<script src="../qrcodeborder.js"></script>
Expand All @@ -12,7 +12,12 @@
}
</style>

### Configuration Commands for All Labs Enabled Cameras

## Get Labs Camera Firmware
[**Labs installation**](https://gopro.github.io/labs).

## Configuration Commands for All Labs Enabled Cameras

* Set camera modes with the [**Customizable QR Code Creator**](./custom) and here optimized for [**Bones**](../bones)
and as a mobile app:<br>
[![google play](google-play-823.png)](https://play.google.com/store/apps/details?id=com.miscdata.qrcontrol)
Expand All @@ -21,25 +26,25 @@ and as a mobile app:<br>
* <div id="qrcode">Set Local Time:</div>
* Personalize your cameras with [**Owner Information**](./owner)

### Capture Triggers
## Capture Triggers
* Use the image sensor for [**Motion Detection**](./motion), capturing only scenes with motion
* Capture using [**IMU Motion Triggers**](./imutrigger) for detecting camera movement
* **HERO7-12/MAX** - Use the [**USB Power Trigger**](./usb) to start and stop the camera (pseudo dash-cam mode)
* **HERO9-12/Bones** - Start capture using [**Sound Pressure Level Trigger**](./spltrigger)
* **HERO7-11/MAX** - Start capture only when traveling fast with [**GPS Speed Triggers**](./speedtrigger)

### Extended Time-lapse Features
## Extended Time-lapse Features
* Start a 24-hour long time-lapse or greater with [**Extra Long Time-lapses**](./longtimelapse)
* **HERO8-12/Bones** - [**Daily Time-lapse**](./dailytl) with optional upload
* Schedule your camera to automatically [**Time-lapse Sunsets and Sunrises**](./solartimelapse)
* **Deprecated** - This style is less reliable than the above types [**Daily Long Time-lapses**](./construction)

### Video Alteration Features
## Video Alteration Features
* **HERO8-12/MAX/Bones** - Set the [**Max Shutter Angle**](./maxshut) for control over stabilization in low light
* **HERO8-12/MAX** - Add text like Date and Time with [**Video 'Burn-in' Overlays**](./overlays)
* **HERO8-12** - Add a logo or any small image to your video with [**Logo Overlays**](./logo)

### Miscellaneous Features
## Miscellaneous Features
* **HERO7-12/MAX** - Enable [**Archive Mode**](./archive), a video only capture mode for loaned cameras
* **HERO8-12/Bones** - Configure your camera for [**Live-streaming**](./rtmp) via QR Code
* **HERO9-11** - Sync multiple cameras' timecode via [**GPS Time Synchronization**](./gpssync)
Expand All @@ -49,11 +54,11 @@ and as a mobile app:<br>
* **HERO10-12** - Support for Adobe Premiere Pro™ and DaVinci style [**Proxy Files**](./proxies)
* **ALL** - <span style="color:steelblue">**UPDATED**</span> Dozens more [**extensions**](./extensions) via QR Code

### Metadata Extraction
## Metadata Extraction
* **ALL** - [**Read metadata**](./metadata) stored within headers of most GoPro media files.

<!--
### Features Phased Out
## Features Phased Out
If we don't see feedback on features it may not get ported to the next camera. If you are using a Labs feature, please provide feedback.
* **HERO9** - Experimental on camera real-time [**Media Encryption**](./encrypt) during capture
* **HERO8/9** Set the [**Exposure Lock**](./explock) via QR Code
Expand All @@ -67,14 +72,12 @@ If we don't see feedback on features it may not get ported to the next camera. I
## Firmware Release Notes
An incomplete set of [**Release Notes**](./notes)

## The Commands Under The Hood
## Full Control, Commands Under The Hood
* Technical information on the [**Labs command language**](./tech)
* **HERO11/12/MAX** Labs scripting via [**Visual Script Tool**](https://gopro.github.io/labs/build/)

## GoPro Labs
[**Labs start on GitHub**](https://gopro.github.io/labs).

updated: October 3, 2023
updated: November 10, 2023


<script>
Expand Down

0 comments on commit 27f2d8f

Please sign in to comment.