Update source-code.md

master
Signor Pellegrino 2025-09-15 13:24:14 +03:00 committed by GitHub
parent ed3578e90d
commit e1e3b1253a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 20 additions and 5 deletions

View File

@ -83,11 +83,26 @@ You will be greeted with a list of available targets.
Each target's name consists of a name of vendor, SoC model (System-on-Chip, Each target's name consists of a name of vendor, SoC model (System-on-Chip,
the heart of an IP camera, central processor with extra features) and flavor the heart of an IP camera, central processor with extra features) and flavor
denoting releases for different purposes - **Lite**, a compact release for denoting releases for different purposes:
cameras with only 8MB of ROM; **Ultimate**, an extended release for cameras - **Lite**, a compact release for cameras with only 8MB of ROM ;
with 16MB+ ROM, **FPV**, a release crafted specifically for use in drones, - **Ultimate**, an extended release for cameras with 16MB+ ROM ([not recommended](https://github.com/OpenIPC/wiki/blob/master/en/faq.md#differences-between-lite-and-ultimate)) for beginners.
or **Mini**, a fully liberated version of the firmware with an alternative
open-source streamer. **Attention ON -----**
The following inserted paragraph may be important for understanding by those who are looking for information
Previously, the Firmware repository contained other types of builds, such as:
- **APFPV**, for radio-controlled toys, doorbells and baby monitors using regular WiFi routers
- **FPV**, a release crafted specifically for use in drones and industrial automation ;
- **LTE**, for experiments with 3G/4G and LTE modems on HiSilicon and Goke processors
- **Mini**, a fully liberated version of the firmware with an alternative open-source streamer;
- **RubyFPV**, for integration with the [RubyFPV](https://rubyfpv.com/) project, which is our partner
- **SIP**, for audio and video communication via SIP protocol for intercoms and baby monitors
- **Venc**, containing an open streamer for HiSilicon/Goke processors for FPV and industrial automation
All these profile options require frequent optimization and improvements and therefore have been moved to the neighboring [Builder](https://github.com/OpenIPC/builder) repository, which was made specifically for this purpose and also supports many profiles of ordinary household video cameras.
**Attention OFF -----**
Select the desired target and hit enter. Building will start. Select the desired target and hit enter. Building will start.