Jump to content

Grimor

Members
  • Posts

    631
  • Joined

  • Last visited

Posts posted by Grimor

  1. 13 minutes ago, robbino said:

    Have you tried all the non-standard options?

    What do you reffer as non standard?

    I tried all my form, all your form, and many many combination that i can´t remember. (i´m on G80, not Gx80)

    But as i read, G80 answers are identical and react the same way.

    I  get to work as non-standar mov_25p_150mbps and mov_25p_200mbps , and even with the camera working as expected (blank info, etc) my files in this mode are corrupted.

     

  2. 24 minutes ago, robbino said:

    I have tried to get some higher rate video modes on the GX80 ("mp4ed") and although the camera does respond with the OK message that they are set it defaults to the standard 24p 4K as @BTM_Pix had said earlier.  If others want to try and dig around some more I have included my HTML file I have been using that has all the MP4 movie options as a drop down list for GX80 NTSC,

    I'll keep hunting in the meantime :)

     

    GX80-Wifi-Control.html

    I made a similar combiantions page with higher bitrates, take a look:

     

    DEPLOY VIDEO QUALITY.html

  3. 38 minutes ago, Georgios said:

    BTM_Pix

    GH4 2.3

    When i open your first command i get this

    "ok1.3GH4tele-normaltele-fastwide-normalwide-fasttouch_command_autooneshot_af_enablesetting_play_sort_mode_enableaf_size_change_pinch"

    and for the second command i get this..

    cam.cgi.webarchive

     

    EDIT on handshake i get this

    "err_non_support"

    then i hit back-connect it says ok but it doesn't show any text

    After connect , back in browser and hit Deploy Cine D

  4. 47 minutes ago, sanveer said:

    I am guessing one would require the App end and the older firmware on the GH4, to be able to successfully push the Vlog in. Is this the App end? Have there been any firmware updates to the GH4 firmware after that glitch (with the App turning on the VLog shooting? ). 

    Both imgapp & Gh4 were updated few days from glitch , and this door was closed forever.

    But sniffing this days communication could be usefull today to guess the correct way to request this feature and try to get lucky

  5. 14 hours ago, BTM_Pix said:

    The Enable element is purely to tell the smartphone app from the camera which options to show the user so, yes, in virtually all cases it means the camera will only action return commands that match its enabled list. Its use for this purpose is to be able to collect the (usually) type and value parameters for the setsetting function.

    As I said earlier in the thread, you should see that that particular command you sent did actually have an effect of sorts in that it will have put the camera into 4k24p mode as unless it is a rate based on a different region (i.e. you'd sent mp4ed_30p_200mbps) then it will accept them but revert to its uppermost setting.

    Vlog is unlikely but, again, if you got hold of a rev 2.2 or 2.3 GH4 and found that particular Android version of the ImageApp that enabled Vlog to be activated for 'free' then you could packet capture a session between the two to see exactly what the command was. I don't know anyone with that rev of GH4 but if you do then the version of the ImageApp you'd need is floating around on some dropbox links if you google hard enough for it. But my suspicion is that because the GX80 etc post date Panasonic closing that loophole in both the camera and the ImageApp then it wouldn't work anyway. The long shot would be it possibly working on an LX100 but considering what that does when it receives the Cinelike D command its far from certain it would work properly.

    Well keep on working.

    G80 accept "mov_25p_200mbps".

    camera says OK, menu of video quality became erased (no text info of framerate) and seens to be 1080 due no crop and some type of high biitrate, and records fine... but files can´t be played either on cam and on Pc.

    Premiere gives error when importing. 20 seconds file is around 120mb on this mode.

  6. 1 hour ago, Grimor said:

    Tried Vlog activation in G80 without exit:

    -<camrply>

    <result>err_param</result>

    </camrply>

    Do you know the html synthax to request a video quality change?

    Thats because when my Vlog code says Iten enable= "no", in other part my code says this: <item enable="yes" id="menu_item_id_v_quality_mp4ed_25p_200mbps"/> (some hopes here?)

    Perhaps we only can activate "the enable= yes" part of the code.

    Well, i´ve tried and found this  "OK answer" from changing quality settings in my camera" (G80) :

    <P><A HREF="http://192.168.54.1/cam.cgi?

    mode=setsetting&amp;type=videoquality&amp;value=mp4ed_25p_200mbps">DEPL
    OY
    25p200mbps</A></P>

    But nothing happend , no rejected, but no new features.

    Same result with almost all "Enable = yes" features i try.

    So, only if says enable "Yes" you can send the command to the camera without be rejected, and even then they are few possibilities that it works.

    Lucky you, GX80 Owners!!

    The tip of android sniffer (Packet capture) is really great to found the correct syntahx of every request.

    Thanks @BTM_Pix , @Robbino , and Folks!

  7. Tried Vlog activation in G80 without exit:

    -<camrply>

    <result>err_param</result>

    </camrply>

    Do you know the html synthax to request a video quality change?

    Thats because when my Vlog code says Iten enable= "no", in other part my code says this: <item enable="yes" id="menu_item_id_v_quality_mp4ed_25p_200mbps"/> (some hopes here?)

    Perhaps we only can activate "the enable= yes" part of the code.

  8. 7 hours ago, robbino said:

    Another useful command to list the options available is:

    <P><A HREF="http://192.168.54.1/cam.cgi?mode=getinfo&type=allmenu">All Menu</A></P>

    Attached is the XML file it produces.

     

    allmenu.txt

    Well, in my G80 "All Menu" may be all the official menu that camera shows, in many languajes that camera support. (no new funtions here)

    That will be the reason for no name displaying when new funtion is activated.

    The other "Options Available" seens to be those interesting hidden features (200mbps, vlog-l, etc)

    What is the correct synthax to implement Vlog request to the deploy.html file if  my "options available" page show this lines:

    <item enable="no" id="menu_item_id_ph_sty_vlog_l" option="detail"/>

    <item enable="no" id="menu_item_id_v_quality_mp4ed_c24p_200mbps"/>

    <item enable="no" id="menu_item_id_v_quality_mov_c24p_200mbps"/>

    <item enable="no" id="menu_item_id_v_quality_mov_24p_200mbps"/>

    Thanks in advance!

×
×
  • Create New...