-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from CroatianMeteorNetwork/dev
Dev
- Loading branch information
Showing
86 changed files
with
40,195 additions
and
12,927 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Build with Anaconda | ||
|
||
Navigate to the RMS directory and run: | ||
|
||
```console | ||
conda-build . -c conda-forge | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Working with PCI / PCI-E cards | ||
|
||
If you're using internal cards, make sure that the correctly input is selected. | ||
You can use [v4l2-ctl](https://petersopus.wordpress.com/tag/v4l2/) to configure it, like this (using a Pinnacle 110i pci card): | ||
|
||
```console | ||
v4l2-ctl -i 3 -d 1 --set-standard=0 | ||
``` | ||
|
||
When | ||
|
||
- -i 3: selecting 3rd input option, in this case, S-VIDEO | ||
- -d 1: the input device (/dev/videoX) | ||
- --set-standard: 0 is the NTSC option | ||
|
||
You can put it on `/etc/rc.local` or set manually before start capture. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.