<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.elphel.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gaspard</id>
	<title>ElphelWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.elphel.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gaspard"/>
	<link rel="alternate" type="text/html" href="https://wiki.elphel.com/wiki/Special:Contributions/Gaspard"/>
	<updated>2026-08-03T15:31:43Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=Oscit_on_elphel&amp;diff=6068</id>
		<title>Oscit on elphel</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=Oscit_on_elphel&amp;diff=6068"/>
		<updated>2009-05-18T11:23:15Z</updated>

		<summary type="html">&lt;p&gt;Gaspard: /* Installing tools &amp;amp; sources */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Network setup ==&lt;br /&gt;
&lt;br /&gt;
The first step is to plug the camera on the network and make sure it is powered and has a decent IP.&lt;br /&gt;
&lt;br /&gt;
[[Image:3COM POE.png]]&lt;br /&gt;
&lt;br /&gt;
The easiest way to get started is to connect the computer to the camera (without passing by any switch or router) so that you can manually set your IP to match the [http://192.168.0.9 camera&#039;s default]:&lt;br /&gt;
&lt;br /&gt;
My laptop ip:&lt;br /&gt;
&lt;br /&gt;
 IP:   &#039;&#039;&#039;192.168.0.10&#039;&#039;&#039;&lt;br /&gt;
 mask: 255.255.0.0&lt;br /&gt;
&lt;br /&gt;
Camera default ip:&lt;br /&gt;
 192.168.0.9&lt;br /&gt;
&lt;br /&gt;
If you are like me and changed the IP of the camera but forgot the value, you can use an ip scan tool like [http://www.angryziber.com/ Angry IP scanner].&lt;br /&gt;
&lt;br /&gt;
Once you can connect to the camera using it&#039;s default IP, you might want to change it (from the web browser). My network is based on 10.0.0.x addresses, so I changed the camera&#039;s IP to&lt;br /&gt;
&lt;br /&gt;
 IP:   &#039;&#039;&#039;10.0.0.99&#039;&#039;&#039;&lt;br /&gt;
 mask: 255.255.255.0&lt;br /&gt;
&lt;br /&gt;
The IP of the virtual machine (bridged) running Ubuntu is:&lt;br /&gt;
&lt;br /&gt;
 IP: 10.0.0.41&lt;br /&gt;
&lt;br /&gt;
== Installing tools &amp;amp; sources ==&lt;br /&gt;
&lt;br /&gt;
I created a VM machine that runs Ubuntu and followed the steps described in the article [[Elphel Software Kit for Ubuntu]]. What I did:&lt;br /&gt;
&lt;br /&gt;
 1. I set my sources list to multiverse&lt;br /&gt;
 2. installed the minimal set of packages&lt;br /&gt;
 3. installed Cris-GCC&lt;br /&gt;
 3.1 could not install using the sources&lt;br /&gt;
 3.2 installed using binary distribution (you need to register to download, it&#039;s free): [http://www.axis.com/techsup/dl.php?prodid=1587&amp;amp;url=../ftp/pub/axis/tools/cris/compiler-kit/old/cris-dist_1.64-1_i386.deb cris-dist_1.64-1_i386.deb].&lt;br /&gt;
 4. configure nfs. /etc/exports content:&lt;br /&gt;
  /nfs  192.168.0.0/255.255.0.0(rw,sync,no_root_squash)&lt;br /&gt;
  /nfs  10.0.0.0/255.255.0.0(rw,sync,no_root_squash)&lt;br /&gt;
 5. installed sources for elphel cameras in ~/git/elphel&lt;/div&gt;</summary>
		<author><name>Gaspard</name></author>
	</entry>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=Oscit_on_elphel&amp;diff=6067</id>
		<title>Oscit on elphel</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=Oscit_on_elphel&amp;diff=6067"/>
		<updated>2009-05-18T11:21:40Z</updated>

		<summary type="html">&lt;p&gt;Gaspard: /* Preparing sources */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Network setup ==&lt;br /&gt;
&lt;br /&gt;
The first step is to plug the camera on the network and make sure it is powered and has a decent IP.&lt;br /&gt;
&lt;br /&gt;
[[Image:3COM POE.png]]&lt;br /&gt;
&lt;br /&gt;
The easiest way to get started is to connect the computer to the camera (without passing by any switch or router) so that you can manually set your IP to match the [http://192.168.0.9 camera&#039;s default]:&lt;br /&gt;
&lt;br /&gt;
My laptop ip:&lt;br /&gt;
&lt;br /&gt;
 IP:   &#039;&#039;&#039;192.168.0.10&#039;&#039;&#039;&lt;br /&gt;
 mask: 255.255.0.0&lt;br /&gt;
&lt;br /&gt;
Camera default ip:&lt;br /&gt;
 192.168.0.9&lt;br /&gt;
&lt;br /&gt;
If you are like me and changed the IP of the camera but forgot the value, you can use an ip scan tool like [http://www.angryziber.com/ Angry IP scanner].&lt;br /&gt;
&lt;br /&gt;
Once you can connect to the camera using it&#039;s default IP, you might want to change it (from the web browser). My network is based on 10.0.0.x addresses, so I changed the camera&#039;s IP to&lt;br /&gt;
&lt;br /&gt;
 IP:   &#039;&#039;&#039;10.0.0.99&#039;&#039;&#039;&lt;br /&gt;
 mask: 255.255.255.0&lt;br /&gt;
&lt;br /&gt;
The IP of the virtual machine (bridged) running Ubuntu is:&lt;br /&gt;
&lt;br /&gt;
 IP: 10.0.0.41&lt;br /&gt;
&lt;br /&gt;
== Installing tools &amp;amp; sources ==&lt;br /&gt;
&lt;br /&gt;
I created a VM machine that runs Ubuntu and followed the steps described in the article [[Elphel Software Kit for Ubuntu]]. What I did:&lt;br /&gt;
&lt;br /&gt;
 1. I set my sources list to multiverse&lt;br /&gt;
 2. installed the minimal set of packages&lt;br /&gt;
 3. installed Cris-GCC&lt;br /&gt;
 3.1 changed gcc version for 4.2 (fixing files did not work)&lt;br /&gt;
  aptitude remove gcc&lt;br /&gt;
  aptitude remove g++&lt;br /&gt;
  aptitude install gcc-4.2&lt;br /&gt;
  aptitude install g++-4.2&lt;br /&gt;
  ... see main page for instructions on how to install Cris-GCC&lt;br /&gt;
  ... if you have problems, you may need to read this [http://developer.axis.com/wiki/doku.php?id=axis:compiling_for_cris_howto cris howto].&lt;br /&gt;
  ... I finally installed using the binary: [http://www.axis.com/techsup/dl.php?prodid=1587&amp;amp;url=../ftp/pub/axis/tools/cris/compiler-kit/old/cris-dist_1.64-1_i386.deb cris-dist_1.64-1_i386.deb].&lt;br /&gt;
 4. configure nfs. /etc/exports content:&lt;br /&gt;
  /nfs  192.168.0.0/255.255.0.0(rw,sync,no_root_squash)&lt;br /&gt;
  /nfs  10.0.0.0/255.255.0.0(rw,sync,no_root_squash)&lt;br /&gt;
 5. installed sources for elphel cameras in ~/git/elphel&lt;/div&gt;</summary>
		<author><name>Gaspard</name></author>
	</entry>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=Oscit_on_elphel&amp;diff=6066</id>
		<title>Oscit on elphel</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=Oscit_on_elphel&amp;diff=6066"/>
		<updated>2009-05-18T11:08:02Z</updated>

		<summary type="html">&lt;p&gt;Gaspard: /* Preparing sources */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Network setup ==&lt;br /&gt;
&lt;br /&gt;
The first step is to plug the camera on the network and make sure it is powered and has a decent IP.&lt;br /&gt;
&lt;br /&gt;
[[Image:3COM POE.png]]&lt;br /&gt;
&lt;br /&gt;
The easiest way to get started is to connect the computer to the camera (without passing by any switch or router) so that you can manually set your IP to match the [http://192.168.0.9 camera&#039;s default]:&lt;br /&gt;
&lt;br /&gt;
My laptop ip:&lt;br /&gt;
&lt;br /&gt;
 IP:   &#039;&#039;&#039;192.168.0.10&#039;&#039;&#039;&lt;br /&gt;
 mask: 255.255.0.0&lt;br /&gt;
&lt;br /&gt;
Camera default ip:&lt;br /&gt;
 192.168.0.9&lt;br /&gt;
&lt;br /&gt;
If you are like me and changed the IP of the camera but forgot the value, you can use an ip scan tool like [http://www.angryziber.com/ Angry IP scanner].&lt;br /&gt;
&lt;br /&gt;
Once you can connect to the camera using it&#039;s default IP, you might want to change it (from the web browser). My network is based on 10.0.0.x addresses, so I changed the camera&#039;s IP to&lt;br /&gt;
&lt;br /&gt;
 IP:   &#039;&#039;&#039;10.0.0.99&#039;&#039;&#039;&lt;br /&gt;
 mask: 255.255.255.0&lt;br /&gt;
&lt;br /&gt;
The IP of the virtual machine (bridged) running Ubuntu is:&lt;br /&gt;
&lt;br /&gt;
 IP: 10.0.0.41&lt;br /&gt;
&lt;br /&gt;
== Preparing sources ==&lt;br /&gt;
&lt;br /&gt;
I created a VM machine that runs Ubuntu and followed the steps described in the article [[Elphel Software Kit for Ubuntu]]. What I did:&lt;br /&gt;
&lt;br /&gt;
 1. I set my sources list to multiverse&lt;br /&gt;
 2. installed the minimal set of packages&lt;br /&gt;
 3. installed Cris-GCC&lt;br /&gt;
 3.1 changed gcc version for 4.2 (fixing files did not work)&lt;br /&gt;
  aptitude remove gcc&lt;br /&gt;
  aptitude remove g++&lt;br /&gt;
  aptitude install gcc-4.2&lt;br /&gt;
  aptitude install g++-4.2&lt;br /&gt;
  ... see main page for instructions on how to install Cris-GCC&lt;br /&gt;
  ... if you have problems, you may need to read this [http://developer.axis.com/wiki/doku.php?id=axis:compiling_for_cris_howto cris howto].&lt;br /&gt;
  ... I finally installed using the binary: [http://www.axis.com/techsup/dl.php?prodid=1587&amp;amp;url=../ftp/pub/axis/tools/cris/compiler-kit/old/cris-dist_1.64-1_i386.deb cris-dist_1.64-1_i386.deb].&lt;br /&gt;
 4. configure nfs. /etc/exports content:&lt;br /&gt;
  /nfs  192.168.0.0/255.255.0.0(rw,sync,no_root_squash)&lt;br /&gt;
  /nfs  10.0.0.0/255.255.0.0(rw,sync,no_root_squash)&lt;br /&gt;
 5. installed sources for elphel cameras in ~/git/elphel&lt;/div&gt;</summary>
		<author><name>Gaspard</name></author>
	</entry>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=Oscit_on_elphel&amp;diff=6065</id>
		<title>Oscit on elphel</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=Oscit_on_elphel&amp;diff=6065"/>
		<updated>2009-05-18T10:26:03Z</updated>

		<summary type="html">&lt;p&gt;Gaspard: /* Network setup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Network setup ==&lt;br /&gt;
&lt;br /&gt;
The first step is to plug the camera on the network and make sure it is powered and has a decent IP.&lt;br /&gt;
&lt;br /&gt;
[[Image:3COM POE.png]]&lt;br /&gt;
&lt;br /&gt;
The easiest way to get started is to connect the computer to the camera (without passing by any switch or router) so that you can manually set your IP to match the [http://192.168.0.9 camera&#039;s default]:&lt;br /&gt;
&lt;br /&gt;
My laptop ip:&lt;br /&gt;
&lt;br /&gt;
 IP:   &#039;&#039;&#039;192.168.0.10&#039;&#039;&#039;&lt;br /&gt;
 mask: 255.255.0.0&lt;br /&gt;
&lt;br /&gt;
Camera default ip:&lt;br /&gt;
 192.168.0.9&lt;br /&gt;
&lt;br /&gt;
If you are like me and changed the IP of the camera but forgot the value, you can use an ip scan tool like [http://www.angryziber.com/ Angry IP scanner].&lt;br /&gt;
&lt;br /&gt;
Once you can connect to the camera using it&#039;s default IP, you might want to change it (from the web browser). My network is based on 10.0.0.x addresses, so I changed the camera&#039;s IP to&lt;br /&gt;
&lt;br /&gt;
 IP:   &#039;&#039;&#039;10.0.0.99&#039;&#039;&#039;&lt;br /&gt;
 mask: 255.255.255.0&lt;br /&gt;
&lt;br /&gt;
The IP of the virtual machine (bridged) running Ubuntu is:&lt;br /&gt;
&lt;br /&gt;
 IP: 10.0.0.41&lt;br /&gt;
&lt;br /&gt;
== Preparing sources ==&lt;br /&gt;
&lt;br /&gt;
I created a VM machine that runs Ubuntu and followed the steps described in the article [[Elphel Software Kit for Ubuntu]]. What I did:&lt;br /&gt;
&lt;br /&gt;
 1. I set my sources list to multiverse&lt;br /&gt;
 2. installed the minimal set of packages&lt;br /&gt;
 3. installed Cris-GCC&lt;br /&gt;
 3.1 manually fix files with 0666 3rd parameter in&lt;br /&gt;
  - gnu-toplev/gcc/collect2.c:1622&lt;br /&gt;
 4. configure nfs. /etc/exports content:&lt;br /&gt;
  /nfs  192.168.0.0/255.255.0.0(rw,sync,no_root_squash)&lt;br /&gt;
  /nfs  10.0.0.0/255.255.0.0(rw,sync,no_root_squash)&lt;br /&gt;
 4. installed sources for elphel cameras in ~/git/elphel&lt;/div&gt;</summary>
		<author><name>Gaspard</name></author>
	</entry>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=Oscit_on_elphel&amp;diff=6064</id>
		<title>Oscit on elphel</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=Oscit_on_elphel&amp;diff=6064"/>
		<updated>2009-05-18T10:23:12Z</updated>

		<summary type="html">&lt;p&gt;Gaspard: /* Preparing sources */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Network setup ==&lt;br /&gt;
&lt;br /&gt;
The first step is to plug the camera on the network and make sure it is powered and has a decent IP.&lt;br /&gt;
&lt;br /&gt;
[[Image:3COM POE.png]]&lt;br /&gt;
&lt;br /&gt;
The easiest way to get started is to connect the computer to the camera (without passing by any switch or router) so that you can manually set your IP to match the [http://192.168.0.9 camera&#039;s default]:&lt;br /&gt;
&lt;br /&gt;
My laptop ip:&lt;br /&gt;
&lt;br /&gt;
 IP: &#039;&#039;&#039;192.168.0.10&#039;&#039;&#039;&lt;br /&gt;
 mask: 255.255.0.0&lt;br /&gt;
&lt;br /&gt;
Camera default ip:&lt;br /&gt;
 192.168.0.9&lt;br /&gt;
&lt;br /&gt;
If you are like me and changed the IP of the camera but forgot the value, you can use an ip scan tool like [http://www.angryziber.com/ Angry IP scanner].&lt;br /&gt;
&lt;br /&gt;
== Preparing sources ==&lt;br /&gt;
&lt;br /&gt;
I created a VM machine that runs Ubuntu and followed the steps described in the article [[Elphel Software Kit for Ubuntu]]. What I did:&lt;br /&gt;
&lt;br /&gt;
 1. I set my sources list to multiverse&lt;br /&gt;
 2. installed the minimal set of packages&lt;br /&gt;
 3. installed Cris-GCC&lt;br /&gt;
 3.1 manually fix files with 0666 3rd parameter in&lt;br /&gt;
  - gnu-toplev/gcc/collect2.c:1622&lt;br /&gt;
 4. configure nfs. /etc/exports content:&lt;br /&gt;
  /nfs  192.168.0.0/255.255.0.0(rw,sync,no_root_squash)&lt;br /&gt;
  /nfs  10.0.0.0/255.255.0.0(rw,sync,no_root_squash)&lt;br /&gt;
 4. installed sources for elphel cameras in ~/git/elphel&lt;/div&gt;</summary>
		<author><name>Gaspard</name></author>
	</entry>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=Oscit_on_elphel&amp;diff=6063</id>
		<title>Oscit on elphel</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=Oscit_on_elphel&amp;diff=6063"/>
		<updated>2009-05-18T09:51:55Z</updated>

		<summary type="html">&lt;p&gt;Gaspard: /* Preparing sources */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Network setup ==&lt;br /&gt;
&lt;br /&gt;
The first step is to plug the camera on the network and make sure it is powered and has a decent IP.&lt;br /&gt;
&lt;br /&gt;
[[Image:3COM POE.png]]&lt;br /&gt;
&lt;br /&gt;
The easiest way to get started is to connect the computer to the camera (without passing by any switch or router) so that you can manually set your IP to match the [http://192.168.0.9 camera&#039;s default]:&lt;br /&gt;
&lt;br /&gt;
My laptop ip:&lt;br /&gt;
&lt;br /&gt;
 IP: &#039;&#039;&#039;192.168.0.10&#039;&#039;&#039;&lt;br /&gt;
 mask: 255.255.0.0&lt;br /&gt;
&lt;br /&gt;
Camera default ip:&lt;br /&gt;
 192.168.0.9&lt;br /&gt;
&lt;br /&gt;
If you are like me and changed the IP of the camera but forgot the value, you can use an ip scan tool like [http://www.angryziber.com/ Angry IP scanner].&lt;br /&gt;
&lt;br /&gt;
== Preparing sources ==&lt;br /&gt;
&lt;br /&gt;
I created a VM machine that runs Ubuntu and followed the steps described in the article [[Elphel Software Kit for Ubuntu]] (I installed the dependencies and source, no PHP, no FPGA).&lt;/div&gt;</summary>
		<author><name>Gaspard</name></author>
	</entry>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=Oscit_on_elphel&amp;diff=6062</id>
		<title>Oscit on elphel</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=Oscit_on_elphel&amp;diff=6062"/>
		<updated>2009-05-18T09:51:15Z</updated>

		<summary type="html">&lt;p&gt;Gaspard: started tutorial to build some custom UDP based command on an camera&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Network setup ==&lt;br /&gt;
&lt;br /&gt;
The first step is to plug the camera on the network and make sure it is powered and has a decent IP.&lt;br /&gt;
&lt;br /&gt;
[[Image:3COM POE.png]]&lt;br /&gt;
&lt;br /&gt;
The easiest way to get started is to connect the computer to the camera (without passing by any switch or router) so that you can manually set your IP to match the [http://192.168.0.9 camera&#039;s default]:&lt;br /&gt;
&lt;br /&gt;
My laptop ip:&lt;br /&gt;
&lt;br /&gt;
 IP: &#039;&#039;&#039;192.168.0.10&#039;&#039;&#039;&lt;br /&gt;
 mask: 255.255.0.0&lt;br /&gt;
&lt;br /&gt;
Camera default ip:&lt;br /&gt;
 192.168.0.9&lt;br /&gt;
&lt;br /&gt;
If you are like me and changed the IP of the camera but forgot the value, you can use an ip scan tool like [http://www.angryziber.com/ Angry IP scanner].&lt;br /&gt;
&lt;br /&gt;
== Preparing sources ==&lt;br /&gt;
&lt;br /&gt;
I created a VM machine that runs Ubuntu and followed the steps described in the article [Elphel Software Kit for Ubuntu] (I installed the dependencies and source, no PHP, no FPGA).&lt;/div&gt;</summary>
		<author><name>Gaspard</name></author>
	</entry>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=File:3COM_POE.png&amp;diff=6061</id>
		<title>File:3COM POE.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=File:3COM_POE.png&amp;diff=6061"/>
		<updated>2009-05-18T08:57:20Z</updated>

		<summary type="html">&lt;p&gt;Gaspard: Powering camera through Power Over Ethernet&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Powering camera through Power Over Ethernet&lt;/div&gt;</summary>
		<author><name>Gaspard</name></author>
	</entry>
	<entry>
		<id>https://wiki.elphel.com/index.php?title=User:Gaspard&amp;diff=6054</id>
		<title>User:Gaspard</title>
		<link rel="alternate" type="text/html" href="https://wiki.elphel.com/index.php?title=User:Gaspard&amp;diff=6054"/>
		<updated>2009-05-04T20:28:47Z</updated>

		<summary type="html">&lt;p&gt;Gaspard: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I am an artist writing open source software for live performances. A couple of years ago, I started writing [http://rubyk.org rubyk], a movement recognition software for a dance piece called [http://gaspardbuma.org/en/project38.html home].&lt;br /&gt;
&lt;br /&gt;
Rubyk is now becoming a general purpose patcher for signal processing with lua scripting and many nice features. Since I will need proper video for my next project, I looked for the best tool for the job and found elphel !&lt;br /&gt;
&lt;br /&gt;
Now I am working on compiling rubyk inside the elphel camera so it is easy to configure through [http://opensoundcontrol.org/ osc] by using [http://rubyk.org/en/oscit oscit] protocol.&lt;/div&gt;</summary>
		<author><name>Gaspard</name></author>
	</entry>
</feed>