Fix camera obsolete API
[profile/iot/apps/dotnet/fitness.git] / README.md
1 [![CircleCI](https://circleci.sec.samsung.net/gh/TizenIoT/fitness.svg?style=svg)](https://circleci.sec.samsung.net/gh/TizenIoT/fitness)
2
3 # The fitness
4     * A collaboration project between PM and MM parts
5     * New fitness application for killer solution of Tizen next
6
7 ## Requirements
8   * Tizen 6.0 (TizenFX API8)
9   * Raspberry pi 4
10   * USB Camera
11   * LCD monitor
12   * Input devices (mouse, etc.)
13
14 ## Rules
15   * Use `main` branch as default branch (Don't use `master` branch)
16   * Follow Fork & Pull request workflow (Read this [article](https://gist.github.com/Chaser324/ce0505fbed06b947d962))
17   * Each PR should be reviewed at least 2 proper reivewers
18   * Changes in each PR should be as small as possible (reviewable within 1 day)
19   * Do not make merge commit (Keep your local branches up to date)
20   * Do not leak secrets into source code
21
22
23 ## [Coding style](https://code.sec.samsung.net/confluence/display/SE/C%23+Coding+Rule)