9 reports. Continuously refine them.
/home/EE/go/labs
01 +++++++--
02 ++++++---
03 +++++++--
04 +++++++--
05 ++++++---
06 +++++++--
07 ++-------
08 ++-------
10 ++++++---
11 +++++++--
12 +++++++--
13 +++++++--
14 +++++----
15 +++++++--
16 +++++++--
18 +++++++--
19 +++++++--
20 +++++++--
21 +++++----
22 +++++++--
24 +++------
25 +++++++--
26 +++++++--
27 +++++----
28 +++++++--
29 +++++++--
30 ++-------
31 ++++++---
At least 13 posts. Better than better, more and more.
/home/EE/go/posts
01 +++++++------
02 +++++++------
03 +++++++------
04 +++++++------
05 +++++++------
06 +++++++------
07 ++-----------
08 -------------
10 +++++++------
11 +++++++------
12 +++++++------
13 +++++--------
14 -------------
15 +++++++------
16 +++++++------
18 +++++--------
19 ++++++-------
20 +++++++------
21 -------------
22 +++++++------
24 ++-----------
25 ++++++-------
26 +++++++------
27 ++++---------
28 +++++++------
29 +++++++------
30 ++++---------
31 ++++++-------
/home/EE/go/project?
appendix??.md
references.bib
make PRINT=y
for print-ready.Video for Linux Two (V4L2)
build-essential
, git
, libv4l-dev
, libsdl2-image-dev
imagemagick
, vlc
$ git clone user@go.iee.io:/home/EE/go/v4l2grab
$ git log
$ git checkout ...
file
to show file type
arm-linux-gnueabihf-gcc
--sysroot=DIR
option.
CROSS_COMPILE=arm-linux-gnueabihf-
CC = $(CROSS_COMPILE)gcc
ifdef SYSROOT
CFLAGS += --sysroot=$(SYSROOT)
LDFLAGS += --sysroot=$(SYSROOT)
endif