Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Page 1 of 3 123 LastLast
Results 1 to 10 of 22
  1. #1
    Member + Primo Screenshot notakwak's Avatar
    Join Date
    Dec 2014
    Location
    Scotland
    Posts
    52
    Rep Power
    15

    Default Primo Screenshot

    Using the picture of a camera on screen where does it store the pictures? I have

    [interface]
    extra_settings=1
    capture_to_jpeg=1

    Even without the jpeg line i still cant find bmp files. What am i missing?

  2.    Advertissements


  3. #2
    Important User Primo Screenshot
    Primo Screenshot
    wojpen's Avatar
    Join Date
    Nov 2013
    Location
    Polska
    Posts
    882
    Rep Power
    1242

    Default

    Hi,
    Your command
    [interface]
    extra_settings=1 -> this is for extra settings skin
    capture_to_jpeg=1 -> this is for save jpeg file, no bmp

    Look:

    [debug] (section in sys.txt)

    1. screenshotfilename="/captures/image_%02d.jpg" - > path for saving in folder captures (in root iGO - eg. SD card)
    2. screenshotfilename="/android_linked_root/captures/image_%02d.jpg" -> alternative!!! path for saving screenshot in folder captures in phone
    You have to choose 1 or 2 line. (I have one)
    If you do not have a folder captures - is it set up - but at the same level as the rest of the example. content, etc.
    In this way, you will have order and you will not be looking for scree's around the device (phone) it is sufficient
    Regards wojpen

  4. #3
    Member + Primo Screenshot notakwak's Avatar
    Join Date
    Dec 2014
    Location
    Scotland
    Posts
    52
    Rep Power
    15

    Default

    Quote Originally Posted by wojpen View Post
    Hi,
    Your command
    [interface]
    extra_settings=1 -> this is for extra settings skin
    capture_to_jpeg=1 -> this is for save jpeg file, no bmp
    Err, I am sure i just said that



    Quote Originally Posted by wojpen View Post

    Look:

    [debug] (section in sys.txt)

    1. screenshotfilename="/captures/image_%02d.jpg" - > path for saving in folder captures (in root iGO - eg. SD card)
    2. screenshotfilename="/android_linked_root/captures/image_%02d.jpg" -> alternative!!! path for saving screenshot in folder captures in phone
    You have to choose 1 or 2 line. (I have one)
    If you do not have a folder captures - is it set up - but at the same level as the rest of the example. content, etc.
    In this way, you will have order and you will not be looking for scree's around the device (phone) it is sufficient
    Regards wojpen
    Got the 1st line and still not working. I shall try the 2nd in a moment.

  5. #4
    Important User Primo Screenshot
    Primo Screenshot
    wojpen's Avatar
    Join Date
    Nov 2013
    Location
    Polska
    Posts
    882
    Rep Power
    1242

    Default

    You inserted the folder captures in iGO-Root?

    PS Sorry - I forgot to remind you about cleaning the content of the folder SAVE !!!
    after adjustments!

  6. #5
    Member + Primo Screenshot notakwak's Avatar
    Join Date
    Dec 2014
    Location
    Scotland
    Posts
    52
    Rep Power
    15

    Default

    Quote Originally Posted by notakwak View Post

    I shall try the 2nd in a moment.

    No joy either

    Quote Originally Posted by wojpen View Post
    You inserted the folder captures in iGO-Root?
    Its in SDcard/iGO/captures.

    Is it case sensitive? Just noticed i have Captures
    Last edited by Boki; 10th March 2018 at 11:17 PM.

  7. #6
    Important User Primo Screenshot
    Primo Screenshot
    wojpen's Avatar
    Join Date
    Nov 2013
    Location
    Polska
    Posts
    882
    Rep Power
    1242

    Default

    look post 4

  8. #7
    Member + Primo Screenshot notakwak's Avatar
    Join Date
    Dec 2014
    Location
    Scotland
    Posts
    52
    Rep Power
    15

    Default

    Still no even after deleting the save folder. My debug looks like this.

    Code:
    Please Login or Register to see the links
    What is this line ? screenshotsavecameraini=0

    Most if that was in the sys.txt download.

  9. #8
    Important User Primo Screenshot
    Primo Screenshot
    wojpen's Avatar
    Join Date
    Nov 2013
    Location
    Polska
    Posts
    882
    Rep Power
    1242

    Default

    only!
    screenshotfilename="/captures/image_%02d.jpg"

    screenshotsavecameraini=0
    has so be!
    Check the contents of the folder 'captures' it by entering the file explorer on the phone - screen's must be seen! - Perhaps you unshareable to view the content of the folder 'captures' (also once so I had)

    Let me know what came tomorrow I go to sleep
    Regards

  10. #9
    Member + Primo Screenshot notakwak's Avatar
    Join Date
    Dec 2014
    Location
    Scotland
    Posts
    52
    Rep Power
    15

    Default

    Cheers for your time wojpen. No joy yet but need to leave it for the night. Ill tray again tomorrow and let you know how i get on. Took that extra line out and still nothing.

  11. #10
    Member +
    Join Date
    Aug 2013
    Location
    Hungary
    Posts
    36
    Rep Power
    35

    Default

    Try without leading / in screenshotfilename string. It must be a relative path from android_linked_root.
    For example screenshotfilename="captures/img_%02d.jpg" and of course you must create captures folder inside iGO folder or
    "../captures/img_%02d.jpg" if you have captures folder beside iGO.

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •