<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: passocacornio</title>
    <description>The latest articles on DEV Community by passocacornio (@passocacornio).</description>
    <link>https://dev.to/passocacornio</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F677162%2F20db1feb-552e-4804-9551-646dbe1695cf.jpeg</url>
      <title>DEV Community: passocacornio</title>
      <link>https://dev.to/passocacornio</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/passocacornio"/>
    <language>en</language>
    <item>
      <title>Camera tethering on linux terminal</title>
      <dc:creator>passocacornio</dc:creator>
      <pubDate>Sun, 11 Aug 2024 08:18:36 +0000</pubDate>
      <link>https://dev.to/passocacornio/camera-tethering-on-linux-terminal-1i92</link>
      <guid>https://dev.to/passocacornio/camera-tethering-on-linux-terminal-1i92</guid>
      <description>&lt;p&gt;I was trying to use gui solutions on linux to enable tethering shoot in my camera and none worked so I wrote a script using &lt;strong&gt;gphoto2&lt;/strong&gt; to read implement this, so I'm sharing it because maybe someone is facing the same issues I faced.&lt;br&gt;
The project is setup assuming you're shooting with Raw+JPG option.&lt;/p&gt;
&lt;h2&gt;
  
  
  Setup
&lt;/h2&gt;

&lt;p&gt;To use it first you need to clone the repository&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;git clone https://gitlab.com/silvamateus/theter-config.git
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;


&lt;p&gt;It still don't set up automatically (it's planned for future releases) so you'll have to copy the folder &lt;code&gt;tether-conf&lt;/code&gt; to &lt;code&gt;$HOME/.conf&lt;/code&gt; (or the path you set up in the variable &lt;code&gt;XDG_CONFIG_HOME&lt;/code&gt;) and make sure the shellscript &lt;code&gt;tether&lt;/code&gt; is in your path: I recommend putting it inside &lt;code&gt;$HOME/.local/bin&lt;/code&gt;. &lt;br&gt;
Just make sure the path you put it in is in your &lt;code&gt;PATH&lt;/code&gt; variable.&lt;br&gt;
You may change the default image inside the &lt;em&gt;tether-conf&lt;/em&gt; folder (placeholder.JPG) to one of your liking. Just make sure to rename it to the proper name &lt;code&gt;placeholder.JPG&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  Running
&lt;/h2&gt;

&lt;p&gt;To run the script you just need to run:&lt;br&gt;
&lt;code&gt;tether name-of-the-shoot&lt;/code&gt; .&lt;br&gt;
Or if you want to save the project in a path other than $HOME/Pictures/name-of-the-shoot you can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;run the command as &lt;code&gt;CUSTOM_PATH=path/to/the/folder tether name-of-the-shoot&lt;/code&gt;;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;export CUSTOM_PATH in your shell file (.zshrc, .bashrc, etc) and then run the command as specified prior.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
      &lt;div class="c-embed__cover"&gt;
        &lt;a href="https://gitlab.com/silvamateus/theter-config" class="c-link s:max-w-50 align-middle" rel="noopener noreferrer"&gt;
          &lt;img alt="" src="https://res.cloudinary.com/practicaldev/image/fetch/s--3ZLRETNu--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://gitlab.com/assets/twitter_card-570ddb06edf56a2312253c5872489847a0f385112ddbcd71ccfa1570febab5d2.jpg" height="800" class="m-0" width="800"&gt;
        &lt;/a&gt;
      &lt;/div&gt;
    &lt;div class="c-embed__body"&gt;
      &lt;h2 class="fs-xl lh-tight"&gt;
        &lt;a href="https://gitlab.com/silvamateus/theter-config" rel="noopener noreferrer" class="c-link"&gt;
          passocacornio / theter-config · GitLab
        &lt;/a&gt;
      &lt;/h2&gt;
        &lt;p class="truncate-at-3"&gt;
          GitLab.com
        &lt;/p&gt;
      &lt;div class="color-secondary fs-s flex items-center"&gt;
          &lt;img alt="favicon" class="c-embed__favicon m-0 mr-2 radius-0" src="https://res.cloudinary.com/practicaldev/image/fetch/s--VTiLbz4S--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://gitlab.com/assets/favicon-72a2cad5025aa931d6ea56c3201d1f18e68a8cd39788c7c80d5b2b82aa5143ef.png" width="32" height="32"&gt;
        gitlab.com
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;



</description>
      <category>cli</category>
      <category>linux</category>
      <category>terminal</category>
    </item>
  </channel>
</rss>
