Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add recamera files #1875

Merged
merged 2 commits into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 66 additions & 0 deletions docs/Edge/reCamera/reCamera_flash_os.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
---
description: Install and Upgrade OS
title: System update & upgrade
keywords:
- Edge
- reCamera
image: https://files.seeedstudio.com/wiki/wiki-platform/S-tempor.png
slug: /recamera_flash_os
last_update:
date: 11/6/2024
author: Parker Hu
---

# System update & upgrade

You can check out the latest version of the [reCamera OS here.](https://github.com/Seeed-Studio/reCamera-OS)

Manually update the latest OTA firmware:
```bash
/mnt/system/upgrade.sh latest https://github.com/Seeed-Studio/reCamera-OS/releases/latest

/mnt/system/upgrade.sh start
```

Manually update the specified version of OTA firmware. You can also update the system version in your branch.

```bash
/mnt/system/upgrade.sh latest https://github.com/Seeed-Studio/reCamera-OS/releases/download/0.1.3/sg2002_reccamera_emmc_md5sum.txt #Replace it with your branch link

/mnt/system/upgrade.sh start
```

Update the firmware manually using the local ota package.

```bash
/mnt/system/upgrade.sh start sg2002_reCamera_0.1.3_emmc_ota.zip
```
You can change system files to be readable or writable by typing `rootfs_rw on/off`.

Manually restore factory Settings.

```bash
/mnt/system/upgrade.sh recovery
```

## Resources

[reCamera OS](https://github.com/Seeed-Studio/reCamera-OS)

[reCamera Series](https://github.com/Seeed-Studio/OSHW-reCamera-Series)

[reCamera SSCMA](https://github.com/Seeed-Studio/sscma-example-sg200x)

## Tech Support & Product Discussion

Thank you for choosing our products! We are here to provide you with different support to ensure that your experience with our products is as smooth as possible. We offer several communication channels to cater to different preferences and needs.

<div class="button_tech_support_container">
<a href="https://forum.seeedstudio.com/" class="button_forum"></a>
<a href="https://www.seeedstudio.com/contacts" class="button_email"></a>
</div>

<div class="button_tech_support_container">
<a href="https://discord.gg/eWkprNDMU7" class="button_discord"></a>
<a href="https://github.com/Seeed-Studio/wiki-documents/discussions/69" class="button_discussion"></a>
</div>
13 changes: 13 additions & 0 deletions docs/Edge/reCamera/reCamera_get_start.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
description: Get Starting
title: Get Starting
keywords:
- Edge
- reCamera
image: https://files.seeedstudio.com/wiki/wiki-platform/S-tempor.png
slug: /recamera_get_start
last_update:
date: 11/11/2024
author: Parker Hu
---
# WIP...
13 changes: 13 additions & 0 deletions docs/Edge/reCamera/reCamera_hardware_interface.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
description: Hardware Interface
title: Hardware Interface
keywords:
- Edge
- reCamera
image: https://files.seeedstudio.com/wiki/wiki-platform/S-tempor.png
slug: /reCamera_hardware_interface
last_update:
date: 11/11/2024
author: Parker Hu
---
# WIP...
13 changes: 13 additions & 0 deletions docs/Edge/reCamera/reCamera_model_conversion.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
description: Model Conversion
title: Model Conversion Guide
keywords:
- Edge
- reCamera
image: https://files.seeedstudio.com/wiki/wiki-platform/S-tempor.png
slug: /recamera_model_conversion
last_update:
date: 11/11/2024
author: Parker Hu
---
# WIP...
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: reCamera Getting Started
title: reCamera
title: Network Connection
keywords:
- Edge
- reCamera
Expand All @@ -11,9 +11,16 @@ last_update:
author: Parker Hu
---

# reCamera Getting Started
# reCamera Network Connection
<div align="center"><img width={600} src="https://files.seeedstudio.com/wiki/reCamera/001.jpg" /></div>

<div class="get_one_now_container" style={{textAlign: 'center'}}>
<a class="get_one_now_item" href="https://www.seeedstudio.com/reCamera-2002w-8GB-p-6250.html">
<strong><span><font color={'FFFFFF'} size={"4"}> Get One Now 🖱️</font></span></strong>
</a>
</div>


reCamera is a combination of a **processor** and a camera **sensor**.

This combination makes reCamera a standalone system that can handle basic detection and control tasks on its own.
Expand Down Expand Up @@ -137,38 +144,6 @@ The specific Settings are as follows:
<div align="center"><img width={600} src="https://files.seeedstudio.com/wiki/reCamera/020.png" /></div>


## System update and upgrade

You can check out the latest version of the [reCamera OS here.](https://github.com/Seeed-Studio/reCamera-OS)

Manually update the latest OTA firmware:
```bash
/mnt/system/upgrade.sh latest https://github.com/Seeed-Studio/reCamera-OS/releases/latest

/mnt/system/upgrade.sh start
```

Manually update the specified version of OTA firmware. You can also update the system version in your branch.

```bash
/mnt/system/upgrade.sh latest https://github.com/Seeed-Studio/reCamera-OS/releases/download/0.0.5/sg2002_reccamera_emmc_md5sum.txt #Replace it with your branch link

/mnt/system/upgrade.sh start
```

Update the firmware manually using the local ota package.

```bash
/mnt/system/upgrade.sh start sg2002_reCamera_0.0.5_emmc_ota.zip
```
You can change system files to be readable or writable by typing `rootfs_rw on/off`.

Manually restore factory Settings.

```bash
/mnt/system/upgrade.sh recovery
```

## Resources

[reCamera OS](https://github.com/Seeed-Studio/reCamera-OS)
Expand Down
2 changes: 1 addition & 1 deletion docs/Edge/reCamera/reCamera_warranty.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: reCamera Warranty
title: reCamera Warranty
title: Warranty
keywords:
- Edge
- reCamera
Expand Down
13 changes: 12 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -3795,7 +3795,18 @@ const sidebars = {
type: 'category',
label: 'reCamera sg200x',
items: [
'Edge/reCamera/reCamera_Getting_Started',
'Edge/reCamera/reCamera_get_start',
'Edge/reCamera/reCamera_flash_os',
'Edge/reCamera/reCamera_model_conversion',
'Edge/reCamera/reCamera_hardware_interface',
'Edge/reCamera/reCamera_network_connection',
{
type: 'category',
label: 'Application',
items: [
'Edge/reCamera/reCamera_get_start',
],
},
'Edge/reCamera/reCamera_warranty',
],
},
Expand Down
Loading