bla
This commit is contained in:
parent
a74069b7f2
commit
e42385e732
31
chap/shell.tex
Normal file
31
chap/shell.tex
Normal file
@ -0,0 +1,31 @@
|
||||
\chapter{Le Shell}\index{shell}
|
||||
|
||||
Le \texttt{shell} est le coquillage qui isole le MC/P des yusers.
|
||||
En gros, hein, je vais simplifier, et me limiter aux
|
||||
bricolages constructifs et/ou amusant. Il y aura du gore\index{gore}
|
||||
aussi.
|
||||
|
||||
Le shell est à la fois un interpréteur de commande et un
|
||||
langage de programmation. Ces deux notions ont beaucoup de
|
||||
choses en commun.
|
||||
|
||||
% ==============================================================
|
||||
|
||||
\section{Interpréteur}\index{cli}
|
||||
|
||||
Ceci est un prompt. Son petit nom est \texttt{PS1}.
|
||||
|
||||
% ==============================================================
|
||||
|
||||
\section{Langage}\index{script}
|
||||
|
||||
Parlons un peu du \textsc{shebang}\index{shebang}\dots
|
||||
|
||||
% ==============================================================
|
||||
|
||||
\section{Questions à voir}
|
||||
|
||||
\dots
|
||||
|
||||
|
||||
% ==============================================================
|
@ -6,8 +6,11 @@
|
||||
\label{chap:webcam}
|
||||
\index{webcam}
|
||||
|
||||
Sous Linux, c'est quand même un peu tordu, dans le même genre
|
||||
que la pile son, quoi... Nous allonc commencer par le plus
|
||||
Sous Linux, c'est quand même un peu tordu%
|
||||
\footnote{Avis personnel !}, dans le même genre
|
||||
que la pile son, quoi...
|
||||
Nous allonc commencer par les principes et outils
|
||||
de base, puis passer à plus
|
||||
simple : juste tenter de prendre une photo avec une
|
||||
\textsl{webcam} classique en USB, et d'enregistrer cette
|
||||
image.
|
||||
@ -18,6 +21,22 @@ image.
|
||||
|
||||
\textsl{Video For Linux, second edition.}
|
||||
|
||||
\begin{verbatim}
|
||||
tth@delirium:~/Essais/Fonderie$ v4l2-ctl --list-formats-ext
|
||||
ioctl: VIDIOC_ENUM_FMT
|
||||
Type: Video Capture
|
||||
|
||||
[0]: 'MJPG' (Motion-JPEG, compressed)
|
||||
Size: Discrete 640x480
|
||||
Interval: Discrete 0.033s (30.000 fps)
|
||||
Size: Discrete 320x240
|
||||
Interval: Discrete 0.033s (30.000 fps)
|
||||
Size: Discrete 1920x1080
|
||||
Interval: Discrete 0.033s (30.000 fps)
|
||||
Size: Discrete 1280x720
|
||||
Interval: Discrete 0.033s (30.000 fps)
|
||||
\end{verbatim}
|
||||
|
||||
% --------------------------------------------------------------------
|
||||
|
||||
\section{vgrabbj}
|
||||
@ -36,5 +55,18 @@ les capacités du périphérique v4l\index{v4l}.
|
||||
|
||||
|
||||
% --------------------------------------------------------------------
|
||||
\section{Cheese}
|
||||
|
||||
\begin{quote}
|
||||
cheese uses your webcam to take photos and videos, applies fancy special
|
||||
effects and lets you share the fun with others. It was written as part of
|
||||
Google's 2007 Summer of Code lead by daniel g. siegel and mentored by Raphaël
|
||||
Slinckx. Under the hood, Cheese uses GStreamer to apply fancy effects to photos
|
||||
and videos. With Cheese it is easy to take photos of you, your friends, pets or
|
||||
whatever you want and share them with others. After the success of the Summer
|
||||
of Code, the development continued and we are still looking for people with
|
||||
nice ideas and patches ;)
|
||||
\end{quote}
|
||||
|
||||
% --------------------------------------------------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user