LogoLogo
MainsailMainsailOSCrowsnest
  • Crowsnest
  • Setup
    • Installation
      • Multi Instance Install
    • Uninstall
    • Additional options
  • Configuration
    • Sample config
    • [crowsnest] section
    • [cam] section
  • FAQ / Trouble Shoot
    • Backends from Crowsnest
    • Upgrade from v3 to v4
    • Use legacy branch on Buster
    • How to use identical USB Cam models twice?
    • How to setup a Raspicam?
    • How to use WYZE-Cams?
    • Error 127 in line 31
    • Help!
  • Extras
    • CustomPIOS Module
    • Backends
    • ❤️Credits
  • Github
Powered by GitBook
On this page
  • For information about additional options, please execute the following commands.
  • Clean configuration file
  • Rebuild binarys needed by crownest
  • Generate a Debug Report
  • Additional Tools / Scripts
  • What is tools/dev-helper.sh ?

Was this helpful?

Edit on GitHub
  1. Setup

Additional options

For information about additional options, please execute the following commands.

cd ~/crowsnest
make help

Clean configuration file

make clean

Rebuild binarys needed by crownest

make buildclean && make build

Generate a Debug Report

make report

The file will be found in your home directory, called report.txt

Additional Tools / Scripts

What is tools/dev-helper.sh ?

This is a neat little script to help me (KwadFan) to debug my development. But it can be abused to debug your,possible not running or running, Crowsnest install. Feel free to play around with it. You can't destroy anything.

Because this file might change it's optional parameters, it might be a good choice, to run with as shown below:

tools/dev-helper.sh -h

As a preview, what is possible at the time this guide is written:

crowsnest - dev-helper.sh


	 dev-helper.sh [Options]

		-h	Prints this help.
		-V	Shows Version of dev-helper.sh
		-a	Shows all available informations gathered
		-c	Shows informations about cameras
		-o	Shows informations about used OS
		-s	Shows informations about host system
		-x	Performs tests to ensure successful install of crowsnest
		-d	Decolorize file (if output is redirected to file)
PreviousUninstallNextSample config

Last updated 2 years ago

Was this helpful?

This should explain itself, right?

😉