Congratulations - TitaniumBunker/Selfietorium GitHub Wiki
Well done on installing selfietorium onto your device - If you've made it this far we hope that you'll carry on a little further and read up on setting up your selfietorium device.
Selfietorium is a multitude
There are a number of moving parts that make up the selfietorium system, including a suitable camera, a suitable printer, and some twitter credentials.
Locating your settings file
Running selfietorium will automatically create a boothsettings.json file the first time it is run, with typical settings.
boothsettings.json
{
"prePhotoPhrase": "Smile",
"shutterSound": "Assets/62491__benboncan__dslr-click.wav",
"layout": "Templates/Template1.svg",
"FontColour": [
125,
125,
125
],
"sheetspercartidge": 0,
"photosTaken": 0,
"CameraModule": "libselfietorium.USBCamera",
"CameraFile": "USBCamera",
"preenTime": 5,
"Font": "CF Anarchy",
"PhotoStore": "Photos/",
"Size": 15,
"ErrorFontSize": 15,
"ErrorFont": "My Underwood",
"ErrorFontColour": [
0,
0,
0
],
"TweetPhrase": "I just took this photo... #selfietorium_test",
"TweetAuthor": "@selfietorium",
"TweetHashTag": "#selfietorium_test",
"PrinterName": "PDF",
"ACCESS_TOKEN": "<REPLACE THIS WITH YOUR ACCESS TOKEN>",
"ACCESS_SECRET": "<REPLACE THIS WITH YOUR ACCESS TOKEN SECRET>",
"CONSUMER_KEY": "<REPLACE THIS WITH YOUR API KEY>",
"CONSUMER_SECRET": "<REPLCE THIS WITHN YOUR API SECRET>"
}
Settings | Description |
---|---|
PrinterName | Replace this with the printer name used to print the photos |
CameraModule | Name of the module used to access the camera. |
CameraFile | Name of the module file used to access the camera. |
Camera module support##
Selfietorium ships with the following camera modules :
CameraModule | CameraFile | Description |
---|---|---|
libselfietorium.USBCamera | USBCamera | Presents a standard webcam as a camera source (uses Video 4 Linux) |
libselfietorium.PicamCamera | PicamCamera | Exposes the raspberry Pi camera module as a camera source. |
libselfietorium.FakeCamera | FakeCamera | Returns an eagle picture back as a fake camera. |