-
Notifications
You must be signed in to change notification settings - Fork 15
Image sequencer, infragram, and RPi Cam for Raspberry Pi camera (wrong branch) #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
7a66d11
Add rpicam software
icarito 26ef947
Install infragram
jywarren 609673d
add image sequencer
jywarren 32fbea8
added buttons and new version of image sequencer
jywarren 42ee9e2
tweak to rebuild w/ new image sequencer
jywarren 01cdcbc
Trigger rebuild
jywarren f5d4905
Add rpicam software
icarito a094e04
Install infragram
jywarren 1493a02
add image sequencer
jywarren 7c89233
added buttons and new version of image sequencer
jywarren a30c924
tweak to rebuild w/ new image sequencer
jywarren 11c7d2b
Trigger rebuild
jywarren fd8e252
Attempt rebase
icarito 0bf4bce
Fix build!
icarito 3244044
sudo apt-get install -y build-essential libxi-dev libglu1-mesa-dev li…
jywarren 3c390c0
Add python2.7
jywarren fcfa38f
Fix typo
icarito ca35fc9
Try regular python package
icarito a7a95be
changed to python2.7 python2.7-dev
jywarren 8fdb1c3
install spectral-workbench.js
jywarren 96fa3e5
update menu
jywarren 5806d3b
back to python not python2.7
jywarren 4faa6b5
revert builder/build.sh
jywarren 473fbd4
revert versions.config
jywarren File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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,14 @@ | ||
| #!/bin/sh -e | ||
| # | ||
| # rc.local | ||
| # | ||
| # This script is executed at the end of each multiuser runlevel. | ||
| # Make sure that the script will "exit 0" on success or any other | ||
| # value on error. | ||
| # | ||
| # In order to enable or disable this script just change the execution | ||
| # bits. | ||
| # | ||
| # By default this script does nothing. | ||
|
|
||
| exit 0 | ||
This file contains hidden or 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,8 @@ | ||
| rpicamdir="cam" | ||
| webserver="" | ||
| webport="80" | ||
| user="" | ||
| webpasswd="" | ||
| autostart="yes" | ||
| jpglink="no" | ||
| phpversion="7" |
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And one more spot I'm uncertain - this doesn't exist in https://github.com/publiclab/pi-builder/pull/40/files for example, which builds properly and is supposed to be almost the same as this PR.