Raspberry Pi: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(→Login) |
||
Line 5: | Line 5: | ||
=Login= | =Login= | ||
<code>ssh-Y.. | <code>ssh -Y pi@anasen01.triumf.ca</code> | ||
*Ask Annika or Martin for password | |||
To run the camera.py script do: | To run the camera.py script do: | ||
<code>raspivid -t 0</code> | <code>raspivid -t 0</code> |
Revision as of 23:27, 10 June 2022
Connecting the camera
- The little ribbon cables are a little tricky. They have to be inserted in a particular orientation. The best way to see is just to look at where the metal pins are on the cable and line that up to the contacts.
- The LED mounted next to the camera takes 5V (lemo connection)
- There is a micro-HDMI on the raspberry pi. Use the ethernet port to talk to the pi.
Login
ssh -Y pi@anasen01.triumf.ca
- Ask Annika or Martin for password
To run the camera.py script do:
raspivid -t 0