<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Panasonic PTZ Camera controll]]></title><description><![CDATA[<p>Hi,</p><p><br />Is there a way/actor with which I can control a Panasonic AW-UE70KEJ PTZ Camera? I have an Artist, who wants to show a slowly 360° panning Camera view. as the PTZ Camera does not have the possibility to rotate endless, I'm thinking of using two  AW-UE70KEJ so that when one Camera reaches the rotation end the second Camera starts and continues the Rotation while the firs one is moving back to there default position and so on... Does anyone have experiences with this topic? Especially it is recommended for us to use the Panasonic cameras which does not use the VISCA Protocol! because we just have these Cameras.</p><p></p><p>Thanks</p><p>Hardy</p>]]></description><link>https://community.troikatronix.com/topic/8056/panasonic-ptz-camera-controll</link><generator>RSS for Node</generator><lastBuildDate>Fri, 06 Mar 2026 02:44:35 GMT</lastBuildDate><atom:link href="https://community.troikatronix.com/topic/8056.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 29 Jul 2022 08:43:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Panasonic PTZ Camera controll on Tue, 02 Aug 2022 10:08:38 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/124">@dusx</a></p><p></p><p>The camera already has there IP Adress and I will start working on this today.</p><p>thank so much for your help.</p><p></p><p>Best hardy</p>]]></description><link>https://community.troikatronix.com/post/49554</link><guid isPermaLink="true">https://community.troikatronix.com/post/49554</guid><dc:creator><![CDATA[Hardy]]></dc:creator><pubDate>Tue, 02 Aug 2022 10:08:38 GMT</pubDate></item><item><title><![CDATA[Reply to Panasonic PTZ Camera controll on Mon, 01 Aug 2022 21:04:00 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/3764">@hardy</a></p><p>Have you set up an IP address for the device?<br />Once you have an IP set, you should be able to send commands via URLS, like</p><pre>
http://192.168.0.10/cgi-bin/aw_ptz?cmd=#PTS5050&amp;res=1</pre><p>You can use the Get/Post URL Text actor to do this. (the default get method should work, just enter the command URL in the url input and trigger go)</p><p>page 8 of the linked PDF gives this same example.  (<strong>note</strong>: %23 became # when I pasted this code for the URL, I suspect either should work)</p><p>It appears the way this works in many cases, is that a command string is concatenated with a value string. So Command and Data become CommandData.<br />for example, page 11 outlines the commands for controlling power, the command is: #O while the data value can be 1 or 0 (for ON and Standby)<br />The command url then becomes: (to turn the power on)</p><pre>
http://IPaddress/cgi-bin/aw_ptz?cmd=#O1&amp;res=1</pre><p>Only the command after cmd= changes, being made of the command and value.</p>]]></description><link>https://community.troikatronix.com/post/49546</link><guid isPermaLink="true">https://community.troikatronix.com/post/49546</guid><dc:creator><![CDATA[DusX]]></dc:creator><pubDate>Mon, 01 Aug 2022 21:04:00 GMT</pubDate></item><item><title><![CDATA[Reply to Panasonic PTZ Camera controll on Mon, 01 Aug 2022 13:45:21 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/124">@dusx</a></p><p>as I can not attache the PDF here ist the web link: <a href="https://eww.pass.panasonic.co.jp/pro-av/support/content/guide/DEF/HE50_120_IP/HDIntegratedCamera_InterfaceSpecifications-E.pdf">https://eww.pass.panasonic.co....</a></p>]]></description><link>https://community.troikatronix.com/post/49540</link><guid isPermaLink="true">https://community.troikatronix.com/post/49540</guid><dc:creator><![CDATA[Hardy]]></dc:creator><pubDate>Mon, 01 Aug 2022 13:45:21 GMT</pubDate></item><item><title><![CDATA[Reply to Panasonic PTZ Camera controll on Mon, 01 Aug 2022 13:38:43 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/4048">@liminal_andy</a></p><p></p><p>Hi and Thanks for helping! that would be wonderfull!!</p>]]></description><link>https://community.troikatronix.com/post/49539</link><guid isPermaLink="true">https://community.troikatronix.com/post/49539</guid><dc:creator><![CDATA[Hardy]]></dc:creator><pubDate>Mon, 01 Aug 2022 13:38:43 GMT</pubDate></item><item><title><![CDATA[Reply to Panasonic PTZ Camera controll on Mon, 01 Aug 2022 13:36:48 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/124">@dusx</a></p><p></p><p>Hi and thanks for your reply. I just found a Dokument about the Interface Specification. As I´m not realy knowing what they are talking about in this PDF I think it has someting to do with the protocoll they use for Pan/Tilt. Mabe you understand what to do with this?</p><p>Thanks so much for your interest and help</p><p><a></a><a></a>Best </p><p>hardy</p>]]></description><link>https://community.troikatronix.com/post/49538</link><guid isPermaLink="true">https://community.troikatronix.com/post/49538</guid><dc:creator><![CDATA[Hardy]]></dc:creator><pubDate>Mon, 01 Aug 2022 13:36:48 GMT</pubDate></item><item><title><![CDATA[Reply to Panasonic PTZ Camera controll on Fri, 29 Jul 2022 23:05:56 GMT]]></title><description><![CDATA[<p>We've mapped out the Panasonic HTTP  protocol and built a template with the GET/POST URL Text Actor. Don't have it handy but if I can find it I'll share later today or this weekend.</p>]]></description><link>https://community.troikatronix.com/post/49526</link><guid isPermaLink="true">https://community.troikatronix.com/post/49526</guid><dc:creator><![CDATA[liminal_andy]]></dc:creator><pubDate>Fri, 29 Jul 2022 23:05:56 GMT</pubDate></item><item><title><![CDATA[Reply to Panasonic PTZ Camera controll on Fri, 29 Jul 2022 17:36:27 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/3764">@hardy</a> said:</p>
<blockquote>Panasonic AW-UE70KEJ</blockquote>
<p> Do I understand correctly that camera/s you want to use do not offer VISCA as an option for control?<br />Can you provide a link to the Cameras specs?</p>]]></description><link>https://community.troikatronix.com/post/49523</link><guid isPermaLink="true">https://community.troikatronix.com/post/49523</guid><dc:creator><![CDATA[DusX]]></dc:creator><pubDate>Fri, 29 Jul 2022 17:36:27 GMT</pubDate></item></channel></rss>