Skip to content

wvk86/earlyapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Early App

Introduction

This software is a testing application that runs on Clear Linux to verify cold boot to audio, video and RVC (Reverse View Camera) functionalities on Intel platforms.

License

Early App is distributed under the MIT License. You may obtain a copy of the License at: https://opensource.org/licenses/MIT

Dependencies

  • CMake
  • Boost libraries
  • GStreamer-1.0

Program options

  • --help: Show usage.
  • -c [--camera-input] <[ici|v4l2]>: Set camera input source, default is ici.
  • -s [--splash-video] : Set splash video path.
  • -d [--cbc-device] : Set CBC device path.
  • --bootup-sound : Set bootup sound path.
  • --rvc-sound : Set RVC sound path.
  • -w [--width] : Set display width.
  • -h [--height] : Set display height.

Building

  1. Download sources.

  2. Build:

$ cmake .
$ make
  1. Run:
$ src/earlyapp [options]

Compilation options

  • USE_LOGOUTPUT : Enable detailed log output to standard out.
$ cmake -DUSE_LOGOUTPUT=ON .
  • USE_DMESGLOG : Enable log output to dmesg.
$ cmake -DUSE_DMESGLOG=ON .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 92.6%
  • CMake 5.6%
  • C 1.8%