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
// | |
// GameViewController.swift | |
// StackTrackBall | |
// | |
// Created by Dan Monaghan on 9/04/22. | |
// | |
import UIKit | |
import QuartzCore | |
import SceneKit |
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
#!/bin/bash | |
ISO=100 #32 | |
SHUTTER=25000 #1250 #6140 #6140=120th? | |
OUTPUTFILENAME=$1 | |
OUTPUTDIR=$PWD # Or set to your own, I prefer working the current directory | |
raspistill -vf -r -bm -fs 1 -ex fixedfps -q 25 -ISO $ISO -ss $SHUTTER -k -awb tungsten -o $OUTPUTDIR/${OUTPUTFILENAME}_%04d.jpg -s -p 0,0,800,600 #-n ex fixedfps # -q 100 -fw -r | |
# notes, so... | |
# -vf is vertial flip |