User Tag List

Page 2 of 4 FirstFirst 1 2 3 4 LastLast
Results 11 to 20 of 33

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

  1. #11
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    VBEinc's Avatar
    Join Date
    Oct 2015
    Posts
    881
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Gigatron View Post
    Hi,

    This is my internal test camerafx application for android. It use Gl surface to texture and use camera ;
    First of all try to build if it's working for you here it's working nice on Galaxy 21; Waiting for Galaxy 24 to test it

    After copying file on Extensions/Unicode for Acamerafx.mfx file
    And copy Data\Runtime\Android Acamerafx.zip

    Open Fusion and create android poject, insert Acamerafx object ; do nothing with events

    Build options are API 32 , minimum version 4.4 , Target version 12.

    Use opengl2 option , orientation portait...
    Keep Package name to : com.yourcompany.yourapplication

    ** And tell me if it's working.... for you

    Extension:
    Works FLAWLESS! Do you plan on Releasing this on the clickstore? I want one I can use in my projects.

  2. #12
    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
    Works FLAWLESS! Do you plan on Releasing this on the clickstore? I want one I can use in my projects.
    Ok i will work on this in priority ...i have a huge todo list , what options do you want really in this extension ?

  3. #13
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    VBEinc's Avatar
    Join Date
    Oct 2015
    Posts
    881
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Gigatron View Post
    Ok i will work on this in priority ...i have a huge todo list , what options do you want really in this extension ?
    Resizable.

    Overlays with fusion objects.
    I.E. ACAMERAFX01 can be layered to background. Fusion Strings and objects over top of ACAMERAFX Object Display Surface!

    Brightness and Contrast control
    I.E. Able to link to Counters in Fusion to control the brightness and Contrast levels

    ************************************************** ***********************
    If possible,

    Face / Body Tracking if possible.
    I.E. SLS Stick figure or at minimal Eye and mouth tracking like Tiktok has the dog face. Basically the user of fusion could use Objects as graphics for the tracking. X position / y position of detected left eye .X position / y position of detected right eye.
    X position / y position of detected nose . X position / y position of detected Mouth.

    Plus, whatever you think! To me, this is Ground Breaking for fusion! I remember years ago, people wanting this like crazy and was told it can't be done.
    Sure, what I made was a wonky exploit of Android but it proved it could be done.
    What you made is PRICELESS!

    Again bud, Excellent work bringing Fusion into the realm of being amazing again. Clickteam needs to hire you on Directly.
    Your Beta Object ACAMERAFX01 is 1,000 times better then the Android Camera Object in Fusion. The Android Camera Object, that is in fusion is a joke. To me, it is just a shortcut icon.

  4. #14
    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
    Resizable.

    Overlays with fusion objects.
    I.E. ACAMERAFX01 can be layered to background. Fusion Strings and objects over top of ACAMERAFX Object Display Surface!

    Brightness and Contrast control
    I.E. Able to link to Counters in Fusion to control the brightness and Contrast levels

    ************************************************** ***********************
    If possible,

    Face / Body Tracking if possible.
    I.E. SLS Stick figure or at minimal Eye and mouth tracking like Tiktok has the dog face. Basically the user of fusion could use Objects as graphics for the tracking. X position / y position of detected left eye .X position / y position of detected right eye.
    X position / y position of detected nose . X position / y position of detected Mouth.

    Plus, whatever you think! To me, this is Ground Breaking for fusion! I remember years ago, people wanting this like crazy and was told it can't be done.
    Sure, what I made was a wonky exploit of Android but it proved it could be done.
    What you made is PRICELESS!

    Again bud, Excellent work bringing Fusion into the realm of being amazing again. Clickteam needs to hire you on Directly.
    Your Beta Object ACAMERAFX01 is 1,000 times better then the Android Camera Object in Fusion. The Android Camera Object, that is in fusion is a joke. To me, it is just a shortcut icon.
    Hope i can finish this job correctly

    Size is now equal to object size you can adjust the size;
    Camera mode ; back camera or front camera
    buttons or other control views are now front of camera screen;

    cam00[1].jpg

    The rest need work but doable like contrast gamma or the other shader.

  5. #15
    Clicker

    Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleFirefly 3D Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    fnkycoldmadeanr's Avatar
    Join Date
    Jul 2017
    Location
    Melbourne, Australia
    Posts
    315
    Mentioned
    14 Post(s)
    Tagged
    0 Thread(s)
    This is awesome Gigatron
    Is it possible to get/select different rear cameras? my phone has 4 rear cameras for zoom etc

  6. #16
    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 fnkycoldmadeanr View Post
    This is awesome Gigatron
    Is it possible to get/select different rear cameras? my phone has 4 rear cameras for zoom etc
    I can detect the number of cameras have 4 on S21; I'am reading goolgle camera source code.. slowly
    so hope i will done something exploitable on Fusion ;

    - Can now set different camera..
    - Contrast factor or other shader float uniform can be changed from event editor
    - Screen shot is now working nice ;

    Regards

  7. #17
    Clicker Fusion 2.5
    Gigatron's Avatar
    Join Date
    Jun 2020
    Location
    France
    Posts
    340
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Hi, are someone test this camera extension .apk please ?
    Maybe screenshot is not working .//

    Thank in advance

    http://gigatron3k.free.fr/F25/A_camfx.zip

  8. #18
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    VBEinc's Avatar
    Join Date
    Oct 2015
    Posts
    881
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    On it bud!

  9. #19
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    VBEinc's Avatar
    Join Date
    Oct 2015
    Posts
    881
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Gigatron View Post
    Hi, are someone test this camera extension .apk please ?
    Maybe screenshot is not working .//

    Thank in advance

    http://gigatron3k.free.fr/F25/A_camfx.zip
    Won't install on my LG Stylo 5 or my Samsung Galaxy A20 and my Samsung Galaxy S10 says, "A_CAMERAFX isn't Responding!"

  10. #20
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    VBEinc's Avatar
    Join Date
    Oct 2015
    Posts
    881
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Do you have an Updated link to the Object ACAMERAFX01? I could build an APK Using VBE and share here to test with!
    My LG Refused to Install it as Google Basically Blocked it saying," Not a known APK we have seen before!"

Page 2 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
  •