Skip to content

Commit

Permalink
Merge branch 'astrometry'
Browse files Browse the repository at this point in the history
  • Loading branch information
360tetsu360 committed Aug 22, 2024
2 parents 677248f + 34c9ffe commit ad01640
Show file tree
Hide file tree
Showing 211 changed files with 64,362 additions and 183 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ members = [
"atom-skygaze",
"isvp-sys",
"mxu",
"solver"
]

[patch.crates-io]
fitsio-sys = { path = "./submodules/rust-fitsio/fitsio-sys" }
fitsio-sys = { path = "./submodules/rust-fitsio/fitsio-sys" }
55 changes: 21 additions & 34 deletions README-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,47 +5,34 @@
[English](./README.md)

# ATOM-SKYGAZE
ATOM Cam2で流星観測をするためのハックです。<br>
[atomcam_tools](https://github.com/mnakada/atomcam_tools)[meteor_detect](https://github.com/kin-hasegawa/meteor-detect)をもとにしたプロジェクトです。
ATOM Cam2で流星観測をするためのハックです。

## はじめに
### インストール
ATOM Tech純正アプリで一度WiFiに接続したのち、factory_t31_ZMC6tiIDQNとrootfs_hack.squashfsを入れたMicroSDを挿入してください。

### 起動
起動後、LEDランプが青・オレンジ色の点滅をしたら、[http://atomskygaze.local](http://atomskygaze.local)から設定画面に入れます。

##
# WebUIサンプル
## デフォルト
<img src="./images/sample.png" width=600px>

## マスク編集画面
<img src="./images/sample-mask.png" width=600px>

## 検出動画
<img src="./images/sample-detection.gif" width=600px>


# 機能
- ファイル
- [ ] SSH
- [ ] FTP
- 記録
- レギュラー
- タイムスタンプ付きの映像がmp4として保存されます。
- 流星検出
- NV12フォーマットの画像がfits、jpegとして保存されます。
- 流星検出
- WebUI

# 使用方法
ATOM Tech純正アプリで一度WiFiに接続したのち、factory_t31_ZMC6tiIDQNとrootfs_hack.squashfsを入れたMicroSDを挿入し起動。

起動後、LEDランプが青・オレンジ色の点滅をしたら、[http://atomskygaze.local](http://atomskygaze.local)から設定画面に入れます。

# サポート
## コントリビューション
Issue、Pull Requestなどご自由に立てていただいて構いません。
作者 [tetsu](https://github.com/360tetsu360) は学業のため、リアクションは遅くなります。[Twitter(現X)](https://twitter.com/tmmgq)にて開発情報を載せるかもしれません。

## 詳細
- ATOM Cam2
- CPU: Ingenic T31 (mipsel)
- Image sensor: gc2053
- ISVP-SDK: 1.1.6
- Buildroot: 2024.02
- OpenCV4 + contrib
## サポート
サポートやディスカッションは、Discordチャンネルにてお願いします。: [Discord Channel](https://discord.gg/3Yxkj2sJxM)

## 作者
- [**360tetsu360**](https://github.com/360tetsu360) - プロジェクトの創設者

検出アルゴリズムは[こちら](./algorithm.md)を参照してください。
## 謝辞
- **[atomcam_tools](https://github.com/mnakada/atomcam_tools)** - このプロジェクトは[atomcam_tools]をベースに構築されています。
- **[meteor-detect](https://github.com/kin-hasegawa/meteor-detect)** - このプロジェクトを作る際にインスパイアを得たプロジェクトです。
- **[astrometry.net](https://github.com/dstndstn/astrometry.net)** - [astrometry.net]のコードの一部を使用しています。
- **[sep](https://github.com/kbarbary/sep)** - [sep]のコードの一部を使用しています。
- **[stellarsolver](https://github.com/rlancaste/stellarsolver)** - [stellarsolver]のコードの一部を使用しています。
49 changes: 23 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,38 +5,35 @@
[日本語](./README-ja.md)

# ATOM-SKYGAZE
This project is a hack to detect meteors with stand-alone ATOM Cam2, based on [atomcam_tools](https://github.com/mnakada/atomcam_tools) and [meteor_detect](https://github.com/kin-hasegawa/meteor-detect).
This project is a hack to detect meteors with stand-alone ATOM Cam2.

# WebUI Samples
## Default
<img src="./images/sample.png" width=600px>
## Getting Started

## Mask editor
<img src="./images/sample-mask.png" width=600px>
### Installing
After connecting the ATOM Cam2 to Wi-Fi using the regular ATOM Tech app, insert the MicroSD containing factory_t31_ZMC6tiIDQN and rootfs_hack.squashfs.

## Detected video
<img src="./images/sample-detection.gif" width=600px>
### Running
After start-up, when the LED lamp flashes blue/orange, you can enter the configuration screen via [http://atomskygaze.local](http://atomskygaze.local).

## Examples
### WebUI Samples
<img src="./images/sample.png" width=600px>

# Features
- File handling
- [ ] SSH
- [ ] FTP
- Records
- Regular
- Video with timestamp, saved as mp4.
- Detected
- NV12 format saved as fits and jpeg.
- Meteor Detection
- WebUI
### Detected video
<img src="./images/sample-detection.gif" width=600px>

# Usage
## Contributing
You are free to make Issues, Pull Requests.<br>

## Install
After connecting the ATOM Cam2 to Wi-Fi using the regular ATOM Tech app, insert the MicroSD containing factory_t31_ZMC6tiIDQN and rootfs_hack.squashfs.
## Support
For support and discussion, join our Discord channel: [Discord Channel](https://discord.gg/3Yxkj2sJxM)

## Run
After start-up, when the LED lamp flashes blue/orange, you can enter the configuration screen via [http://atomskygaze.local](http://atomskygaze.local).
## Authors
- [**360tetsu360**](https://github.com/360tetsu360) - Creator and maintainer of the project.

# Support
You are free to make Issues, Pull Requests.
## Acknowledgments
- **[atomcam_tools](https://github.com/mnakada/atomcam_tools)** - This project is based on a fork of [atomcam_tools].
- **[meteor-detect](https://github.com/kin-hasegawa/meteor-detect)** - Inspired the creation of this project.
- **[astrometry.net](https://github.com/dstndstn/astrometry.net)** - Utilized code from [astrometry.net].
- **[sep](https://github.com/kbarbary/sep)** - Utilized code from [sep].
- **[stellarsolver](https://github.com/rlancaste/stellarsolver)** - Utilized code from [stellarsolver].
Loading

0 comments on commit ad01640

Please sign in to comment.