User Tag List

Page 3 of 4 FirstFirst 1 2 3 4 LastLast
Results 21 to 30 of 33

Thread: ANDROID CAMERA DISPLAYED IN APP * Finally figured a way to do it *

  1. #21
    Clicker Fusion 2.5
    Gigatron's Avatar
    Join Date
    Jun 2020
    Location
    France
    Posts
    340
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by VBEinc View Post
    Won't install on my LG Stylo 5 or my Samsung Galaxy A20 and my Samsung Galaxy S10 says, "A_CAMERAFX isn't Responding!"
    I have the same problem on my Galaxy S7 and S21.

    Uninstalled all application with the same package name : com.yourcompany.yourapplication on S7 and S21
    After that i have the camera permission problem, resolved by Application list and permission setting for A_camerafx;
    And finally it's working well on the two devices exept the save image (create folder permission not working yet but resolved now);


    I must work on the menu editor on C++ after that i will release the first usable object... do that asap;

    Regards

    ** PS i used chrome and firefox on the device and downloaded A_camfx.fx.zip like an user to test if it's working normal way;

  2. #22
    Clicker Fusion 2.5
    Gigatron's Avatar
    Join Date
    Jun 2020
    Location
    France
    Posts
    340
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by VBEinc View Post
    My LG Refused to Install it as Google Basically Blocked it saying," Not a known APK we have seen before!"
    Say to Google it's an Alien APK

    I ve always said the programmers at google are morons ;



    My_capture_20221219_083759[1].jpg

  3. #23
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    VBEinc's Avatar
    Join Date
    Oct 2015
    Posts
    887
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Gigatron View Post
    Say to Google it's an Alien APK

    I ve always said the programmers at google are morons ;



    My_capture_20221219_083759[1].jpg
    SO TRUE! Google Has Ruined Android!

  4. #24
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    VBEinc's Avatar
    Join Date
    Oct 2015
    Posts
    887
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Gigatron View Post
    I have the same problem on my Galaxy S7 and S21.

    Uninstalled all application with the same package name : com.yourcompany.yourapplication on S7 and S21
    After that i have the camera permission problem, resolved by Application list and permission setting for A_camerafx;
    And finally it's working well on the two devices exept the save image (create folder permission not working yet but resolved now);


    I must work on the menu editor on C++ after that i will release the first usable object... do that asap;

    Regards

    ** PS i used chrome and firefox on the device and downloaded A_camfx.fx.zip like an user to test if it's working normal way;
    What build of Fusion are you using? Maybe that is why it doesn't work for me!
    I reverted back to 293.10 as the newer versions are just Horrible looking to me.

    Thanks

  5. #25
    Clicker Fusion 2.5
    Gigatron's Avatar
    Join Date
    Jun 2020
    Location
    France
    Posts
    340
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Send PM , Permission problem solved and a new version , i am using the latest release 294.12. It's important to all users use latest release if any changes on Runtime android folder;

    Then we can find problem quickly.... In other case it become a nightmare for coders often night without sleep;

  6. #26
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    VBEinc's Avatar
    Join Date
    Oct 2015
    Posts
    887
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Gigatron View Post
    Send PM , Permission problem solved and a new version , i am using the latest release 294.12. It's important to all users use latest release if any changes on Runtime android folder;

    Then we can find problem quickly.... In other case it become a nightmare for coders often night without sleep;
    Still crashes after building with 294.12.
    The .apk you sent does work, but crashes when you cycle filters backwards. Forwards works fine!

  7. #27
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    VBEinc's Avatar
    Join Date
    Oct 2015
    Posts
    887
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Gigatron View Post
    Send PM , Permission problem solved and a new version , i am using the latest release 294.12. It's important to all users use latest release if any changes on Runtime android folder;

    Then we can find problem quickly.... In other case it become a nightmare for coders often night without sleep;
    Here is a Video of the .apk you Sent Crashing.



    Nice work so far.

    I am going to update everything with my Android Studio to see if that helps with the .mfx and Android Runtime .Zip

  8. #28
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    VBEinc's Avatar
    Join Date
    Oct 2015
    Posts
    887
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Okay, everything updated. Still crashes!

    Looking forward to the next Test bud. Thanks!

  9. #29
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    VBEinc's Avatar
    Join Date
    Oct 2015
    Posts
    887
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    You can see in the First Post. I had the Camera Resizable in the Android app, using the Webview Object.
    Basically it would just be a Display Surface for the Camera. So, the user could stretch it to the size they need or use Commands for x and y to size it in app.

    So far what you created makes everything white in the background.

    The Filters you added are cool too. Maybe add them to a Help file. I.E. What filter equals what number.

  10. #30
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    VBEinc's Avatar
    Join Date
    Oct 2015
    Posts
    887
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by VBEinc View Post
    For years I have been asking for an object to Have the Android Camera appear in our mmf2.5 dev apps, to no avail.
    For years I have searched this forum for any clue to make it work.
    As Android changed, so did permissions and such. Which ended up making it even harder to figure out a way to do it.

    Well, fellow Clickers. I have found a way to do this. It is a Odd and round about way, but it works flawlessly.

    HOW TO IMPLEMENT A CAMERA DISPLAY INTO YOUR APPS:

    1) You need a URL with Camera Abilities for Android. You can use this one I made for everyone to test with. CAMERA

    2) Use WEBVIEW 2 for your Display Screen in app

    3) Use the ANDROID CAMERA to trigger the Permission needed to use your Camera in your device you are testing on ( Make sure you have the Camera Permission set in your runtime )

    4) Direct WEBVIEW 2 to the url I provided I.E. Start of Frame, Click a button, etc...


    That's about it

    Now just compile your app and run it.

    Below is a sample implemented with buttons and such.



    Hope this helps you out!!!
    This is the Post Gigatron.

    The little Green Dots on the Screen are actually a program I made to scan for Light Anomalies. That code was on a Temporary Website I opened to Test with.
    However, the way I made the Camera open required Internet back then. Which, I scrapped the Idea after I got it to work.
    Thankfully I did as Google fixed that loophole I found to make the Camera open in Fusion.

Page 3 of 4 FirstFirst 1 2 3 4 LastLast

Similar Threads

  1. Finally, first Android game live
    By Tiny in forum Android Released Games & Apps
    Replies: 1
    Last Post: 4th August 2020, 03:44 PM
  2. Dungeon of Minos finally Released! (android & IOS) (FREE & NoADS)
    By soomeeon in forum iOS Released Games & Apps
    Replies: 2
    Last Post: 22nd April 2018, 08:33 AM
  3. Replies: 2
    Last Post: 7th February 2016, 04:22 PM
  4. Finally figured out pathfinding! (with example)
    By rdifuria in forum Fusion 2.5
    Replies: 1
    Last Post: 2nd December 2015, 05:43 AM
  5. anyone figured out object selection?
    By Mook06 in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 18th December 2013, 06:11 PM

Posting Permissions

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