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
# Put this file in the root of substrate / polkadot directory and build the image using | |
# the following command: | |
# | |
# docker build -t <container id> . | |
# | |
# you can pick <container id> yourself. For example: `johndoe/rpi-cross`. | |
# | |
FROM rust:latest |
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
CREATE TABLE CameraDetails ( | |
Manufacturer SYMBOL, | |
Model SYMBOL, | |
Orientation SYMBOL, | |
Software STRING, | |
DateAndTime timestamp, | |
YCbCrPositioning SYMBOL, | |
Compression SYMBOL, | |
XResolution LONG, | |
YResolution LONG, |
OlderNewer