Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Question

    #47694
    @mln83

    Instead of uploading an avatar image it would be great if users could use their webcam to take a photo and upload it directly.

    Answers

    #47857

    Alyssa
    Participant
    @alyssa-buddyboss

    @mln83 unlike the consistency with mobile devices doing this for desktops would be a much larger undertaking that just isn’t practical for an internet application. Sorry.

    #47864
    @mln83

    I see what you are saying. I thought it would be quite easy with HTML5:
    <input type=”file” accept=”image/*;capture=camera”>

    But I guess it only works on mobile devices.

    In the meantime I have found one plugin that supposedly does what I was asking for:
    http://codecanyon.net/item/imagepicker-uploader-webcam-cropper/6722532

    using Flash but I am not convinced that it will work on certain mobile devices.

    Anyway it is interesting to note how difficult it is to make something like this cross-platform compatible 🙂

    #47865
    @mln83

    I wonder if the feature could be implemented on mobile device simply as:

    —-Begin pseudo code—-

    if ”mobile device”
    <input type=”file” accept=”image/*;capture=camera”>
    else
    end

    —-end pseudo code—-

    #48044
    @mln83

    I have been in contact with the developer behind ImagePicker. He is currently working on a new version that may include support for WordPress. He may also be interested in developing a version specifically for BuddyBoss. I will forward the link here:

    http://codecanyon.net/item/imagepicker-uploader-webcam-cropper/6722532/comments?page=8&filter=all#comment_11221658

    Best regards,
    Michael

    #51150
    @mln83

    I see that you have added support for grabbing a profile photo using webcam in Boss 2.0.0.

    This is great news! Thanks!

    Keep up the good work 🙂

    #51995
    @vapvarun

    Thanks 🙂

Viewing 7 posts - 1 through 7 (of 7 total)
  • The question ‘BB Avatar from webcam’ is closed to new replies.