Getusermedia facingmode工作

筛选

我最近的搜索
筛选项:
预算
类型
技能
语言
    工作状态
    90 getusermedia facingmode 份搜到的工作,货币单位为 HKD

    We need an expert developer wich use web cameras, getUserMedia() and digital image processing who is capable of implement a code that prevents virtual cameras (OBS, Filmora, others...) to perform a video injection. It must be implemented in Javascript / Webassembly and all kinds of use of opensource libraries (which do not need commercial licenses) are allowed, as well any other softwares, like that allows analyzing the frames of the video signal. The acceptance test of this work will be carried out by a cybersecurity expert team that will carry out the camera attacks with their equipment, visualizing the video source. If the result is not achieved, it is successful and the project will be paid. We warn you in advance that it is very complex and that it has been tried before wit...

    $11412 (Avg Bid)
    $11412 平均报价
    8 个竞标

    ...React and have a portfolio of past projects and experience in the noted technologies, then I would like to work with you and get started. Here below is the source code examples that has the necessary source code for the tools in the application : - Do two captures (webcam/screen) at the same time and put them as output to HTML5 player or WebGL depending on the setting. - Provide statistics separately for the two captured videos - Add drop frame statistics on a source level - Check information for coding support, the

    $3286 (Avg Bid)
    $3286 平均报价
    20 个竞标

    ...to allow the user after recording a video or making a picture to edit the video and Image with the below mentioned Api. It's available for Image and video. That api helps to put fiters, crop trimm etc. after a video or picture was made. Techstack is Capture audio & amp; video from User Front/ rear camera for ionic 6, Angular 14 and capacitor (for ios, android and web), maybe with the use of getusermedia Api? Its Up to you, how you want to record the Video. Important after recording using Filters etc. User can record himself and watch the recorded video as foresight before uploading the video. When recoding allowing the user to Zoom. The recording of the video should be limited to 45 seconds and also limited to file size of 100 MB. When uploading a video from the phon...

    $5505 (Avg Bid)
    $5505 平均报价
    26 个竞标
    Live streaming 已经结束 left

    I need a real good JavaScript coder for make a live streaming system for my web app. Direct live stream 1 to 1. We need to use the last html5 api. getUserMedia and Mediarecorder. One user use mobile camera to stream video to an other user. Vanilla JavaScript, no framework please . Speak french or english.

    $1729 (Avg Bid)
    $1729 平均报价
    25 个竞标

    Continuing contest as project

    $783 (Avg Bid)
    $783 平均报价
    1 个竞标

    I have an Android Kotlin WebView app which displays a URL. The site has two microphone buttons but onClick results in two errors: 1. GetUserMedia Fail 2. Permission Denied Not allowed error

    $305 (Avg Bid)
    $305 平均报价
    6 个竞标

    ... constraints={{ facingMode: 'environment' }} /> and I've tried using various constraints, such as: constraints={{ facingMode: 'environment', focusMode: "continuous", zoom: 4.0 }} The camera in the browser app always appears to be grainy or out of focus. Im trying to understand if this is a limitation of the browser's access to a phone's camera feed, or with the web based decoding libraries, or with some setting that I can tweak? To make testing easier, here's an example React app: import React from 'react'; import ReactDOM from 'react-dom'; import { QrReader } from 'react-qr-reader' ( <> <QrReader className="scanner__camera-frame" onResult={(re...

    $1065 (Avg Bid)
    $1065 平均报价
    16 个竞标

    I installed FFmpeg on my Node JS Server. I am trying to live stream from getUserMedia to Node JS stream to RTMP. I am able to stream the video but the output has no audio. I need a command that will fix it. I need both video and audio from the camera and microphone. I also need to watermark my logo for the video. I will only chat with the freelancer who put the word "FFMPEG" in the first line of his proposal.

    $188 (Avg Bid)
    $188 平均报价
    5 个竞标

    There are a number of examples on the web to capture speech from the microphone from within a browser. ex( , , ) I can't get any of them to work within a Blazor webassembly app. Blazor Server side works but of course that attempts to use the microphone on the server which is no good for me. I NEED someone to build a simple Blazor WebAssembly app that allows me to capture to a file or database the sound from the microphone on the user's system. This may require asking the user via the browser for permission to access this restricted resource. (I don't know).

    $1582 (Avg Bid)
    $1582 平均报价
    7 个竞标

    We are building a system for streaming media based on WebRTC and Mediasoup. As a part of this we need a macOS app to wrap certain functionality. A fully functional web app already exists. Its functionality is to present a number of incoming media streams from viewers, and to route a single media stream back to the viewers. This should be wrapped into an app, either as a WebV...exists. Its functionality is to present a number of incoming media streams from viewers, and to route a single media stream back to the viewers. This should be wrapped into an app, either as a WebView of a remote https link, or as embedded content in the app, whatever is the simplest solution. We already have a macOS xCode project but the part we get stuck on is getting the approval of access to getUserMedia i...

    $392 / hr (Avg Bid)
    $392 / hr 平均报价
    2 个竞标

    We have a web based scanner (HTML, JS, CSS) utilizing The website is . Please allow location and camera access to access the scanner. On other tested device, it works. But, we had just found on UAT that on iPhone 12 the scanning doesnt work. So the project scope is only to debug and fix on the troubled devices, especially iPhone 12. So an on-hand iPhone 12 should be required by vendor to debug the issue at least. Thank you.

    $94 / hr (Avg Bid)
    $94 / hr 平均报价
    4 个竞标

    I need a means to take a photo with a phone and have that photo uploaded to a folder on my server. There are several methods to do this. A need to be able to take a photo of lets say a newspaper cover and have the webpage tak...couple projects I found doing this: And there are more examples online. No need for a good UI just basic working service

    $979 (Avg Bid)
    $979 平均报价
    16 个竞标

    I need a means to take a photo with a phone and have that photo uploaded to a folder on my server. There are several methods to do this. A need to be able to take a photo of lets say a newspaper cover and have the webpage take th...a couple projects I found doing this: And there are more examples online. No need for a good UI just basic working service

    $1175 (Avg Bid)
    $1175 平均报价
    12 个竞标

    I have 2 USB webcams plugged into my PC, I need to display live feed of the 2 webcams inside two separate <video> tag in the same page in Chrome. Currently, I'm using enumerateDevices and feed the stream into the video src. It works for first stream but always freeze/throw error for the second stream (unless I stop the track for first stream). I need a solution for this. I have already implemented the script, but cannot get two streams to work simultaneously. Checkout

    $854 (Avg Bid)
    $854 平均报价
    6 个竞标

    Hi, I need an iOS App which just display a specific URL. External links must open in the system browser, read / set cookies must be possible, Pull to Refresh must work, Pinch to Zoom also. getusermedia (for recording audio by microphone) must be activated and available, therefore WKWebview cannot be used. I have a fully functional app based on WKWebview (I can send the xcode files to you), but because iOS does not support getusermedia in version 13.4 I would like to switch. A error message when there is no internet connection and a loading-screen should be added. The app must fully comply to the latest requirements of the app store. You have to user our old bundle identifier so that an upgrade of the app in the store works well. Thank you

    $1355 (Avg Bid)
    $1355 平均报价
    7 个竞标

    need user to open browser to start stream. Streaming need to be received in media server in specific port socket . we can install ffserver or other media server on the server. we need to use the streaming on the incom signal in ffmpeg.

    $1770 (Avg Bid)
    $1770 平均报价
    4 个竞标

    need user to open browser to start stream. Streaming need to be received in media server in specific port socket . we can install ffserver or other media server on the server. we need to use the streaming on the incom signal in ffmpeg.

    $110 / hr (Avg Bid)
    $110 / hr 平均报价
    16 个竞标

    I won’t be accepting canned responses and will only consider those who have read and address the project requirements. We currently have the code to capture the screen using getUserMedia and emit it via to our Media Server which comes back via the .on() event. We need someone to add what’s needed to play the stream in the player. For testing we are currently just passing the video/audio blob from the onDataAvailable event in the capture code to the code to render it locally without sending it to the server for now as a proof of concept. We will provide both javascript files to add the final rendering solution to. This is a small part of the overall project and should be very quick for a talented React Programmer. Please take a look at this webpage to get an idea of...

    $1911 (Avg Bid)
    $1911 平均报价
    3 个竞标
    WebRTC troubleshooting 已经结束 left

    Need help trouble shooting this error on Agora 20:46:12:763 Agora-SDK [ERROR]: Failed to GetUserMedia NotFoundError 8 Requested device not found DOMException: Requested device not found e @ f @ u @ (async) l @ H @ @ (anonymous) @ (index):107 callback @ (anonymous) @ (anonymous) @ (anonymous) @ (anonymous) @ (anonymous) @ @ @

    $78 - $235
    $78 - $235
    0 个竞标

    we have an ionic 5 app, we are loading a URL in it using webview, it has getusermedia to access camera. we are getting camera blocked error now.

    $642 (Avg Bid)
    $642 平均报价
    5 个竞标

    I have an existing application utilizing WebRTC and Node.js which needs an update, and the developer who built the original code is unavailable at the moment. The change is fairly straightforward; my understanding is that the GetUserMedia call in WebRTC has recently been updated, and as a result, my application has broken... therefore what I need is for someone who is versed in WebRTC to go through the code and update all the GetUserMedia calls. The code base is fairly large, so please bid this job assuming 20 hours of your time. It would probably take the original developer 10 hours to complete this task, so I am doubling that to sand bag for someone not directly familiar with the code. If it turns out that the task takes more than 20 hours before I am satisfied with...

    $164 / hr (Avg Bid)
    $164 / hr 平均报价
    22 个竞标

    ...users webcam with getUserMedia. This needs to be changed to GetDisplayMedia. !MUST WORK IN TYPESCRIPT! DISPLAY MEDIA MUST STREAM IN VIDEO ELEMENT IN HTML BELOW Example: Current code: TS: = ; if () { ({ audio: true, video: { width: 1280, height: 720 } }, function (stream) { var video = ('video'); = stream; = function (e) { (); }; }, function (err) { ("The following error occurred: " + ); } ); } else { ("getUserMedia not supported");

    $196 (Avg Bid)
    $196 平均报价
    3 个竞标
    Online Voice Recorder 已经结束 left

    I'm looking for code to add in my website (in laravel). I need an audio recorder, running inside web browser (like getusermedia). Must be able to pause, play, stop, go back manually to some point and erase from there, finally must save a mp3 file on server and register his location in mysql. Also is necessary an interface code to load and play stored files. Thanks.

    $243 (Avg Bid)
    $243 平均报价
    7 个竞标

    I need a POC created that can do the following for a PWA mobile app in HTML5 (or similar): 1. Take an photo of a rectangular object. 2. User can then draw an outline around...following for a PWA mobile app in HTML5 (or similar): 1. Take an photo of a rectangular object. 2. User can then draw an outline around the object. 3. That outline is then used as an image overlay to provide guidelines for other photos of rectangular objects of the same dimension. 4. All of the images are saved without the guidelines. I've done some research and know this is possible with getUserMedia API in Android, but I need a similar solution in iOS as well. The deliverable is a working POC Progressive Web Application (NOT A NATIVE MOBILE APP) that does the above items in a mobile browser on both i...

    $4416 (Avg Bid)
    $4416 平均报价
    23 个竞标

    I want to develop a web site running on IPad to take selfies and upload to a web server. Part 1 - Frontend (PHP and HTML5), 1) Input a project name. 2) Can use either front or back camera to take a selfie on an IPad (via WebRTC getUserMedia). 3) Select a photo frame layout. 4) After confirmation, input first and last names, phone number, and email address. 5) Upload the photo and contact info to a web server according to the selected project. 6) Meanwhile emailing the photo, greeting message and QR download link to the user. Part 2 - Server side (PHP), 1) Create a simple login authentication. 2) Create a page to populate a table to show stored contacts, view filters can be applied. The user can print or write data to a csv. 3) Create a page to show an individual photo, users ...

    $2177 (Avg Bid)
    $2177 平均报价
    11 个竞标

    We would like to explore the idea of a proof of concept (PoC) to utilise the new getUserMedia function of Chrome & IE to screen share without an extension and make the available as a livestream that for instance can be played in VLC. Therefore, the PoC should include one button to start screen share and output a link that can be used to stream this to VLC (should be accessible via the internet and not just locally).

    $172 / hr (Avg Bid)
    $172 / hr 平均报价
    5 个竞标
    Swift iOS app issue fix. 已经结束 left

    I have a mobile-optimized web app that makes use of getUserMedia to access webcam and mic resources. I'm wrapping this app in a UIWebView as I want to offer a native app experience. I'm aware that iOS doesn't allow camera access via browsers - however is there any way to gain permissions to the webcam/mic with native code (alongside the wrapper) and feed this to the web app - perhaps by somehow pointing getUserMedia to a local stream source? Thanks.

    $775 (Avg Bid)
    $775 平均报价
    5 个竞标

    We developed web application using open source jssip and also sipjs, it running fine on Windows Chrome, but did not run in Android 6 Webview. Potential issue: - Media: getUserMedia getting blocked - Codec H264 not supported by Chrome - WebRTC lib incompatible on Webview Please come back to us urgently. Thanks a lot

    $274 / hr (Avg Bid)
    $274 / hr 平均报价
    17 个竞标

    ... We need to record audio so we can send it back to our web server. However even though getUserMedia is supposed to work on UC mobile, what works on Chrome doesn't work. I have followed these instructions here for example: First issue (not critical) To get it to work at all, I have to specify video even though I don't need it: getUserMedia(mediaConstraints) var mediaConstraints = { audio: true, video: { width: 320, height: 460 } }; This works however this doesn't even though it does for chrome: var mediaConstraints = { audio: true}; The big problem is that this doesn't work (called in the getUserMedia success function) context = new audioContext(); it works for chrome, but UC mobile just

    $1848 (Avg Bid)
    $1848 平均报价
    3 个竞标
    Web to App 已经结束 left

    ... Android native google maps Camera load from html5 Firebase Chat Floating button Menu Button (Left, Right, without Menu) option enable/disable from string Navigation Left Drawer menu RTL right-to-left support Multi-language Api level 15 to Latest 99% of users engage, Google TV, and Wear, Chromecast API Support Call, SMS, Email, Whatsapp

    $791 (Avg Bid)
    $791 平均报价
    3 个竞标
    Web development 已经结束 left

    I am looking for someone to build the JavaScript which will correctly utilize getUserMedia to record audio, send it to a node server. From the node server combine the data received with a Google key, send the data to Google cloud speech API, and return the transcription.

    $196 (Avg Bid)
    $196 平均报价
    15 个竞标

    This job is a commission to create a JavaScript plugin / library for recording audio across all devices and platforms using HTML5 / JavaScript APIs such as getUserMedia, Web Audio, etc. Required Criteria: - plugin must be intuitive and easy to use - must work seamlessly across all supported devices and browsers, including Mobile Safari on iOS 11, which has recently allowed access to the user mic () - option to download audio to the user’s computer - option to send blob to sever to save to disk/database - option to append recorded audio to DOM - start/pause/resume/stop recording methods - onstart, onpause, onresume, onstopped events - feature detection - compatible with

    $4221 (Avg Bid)
    $4221 平均报价
    9 个竞标

    I need help binding some libraries together... Agency not welcome.. i need a freelancer who can work now... and complete a project in a few hours... dont bid if its late night and u dont want to work now. Milestones will not be done, award will not be given. If u dont trust me, dont work with me... for your reference, u can check my profile and see my ratings. so, HTML5, JS, getUserMedia expert wanted. ,

    $579 (Avg Bid)
    $579 平均报价
    9 个竞标
    Webaudio delayed playback 已经结束 left

    ... // Handler for 'Start' button 'onclick' event function handle_startMonitoring() { // At the time of writing browsers still require prefixing to use '' = ( || || || ); // Call get 'getUserMedia' asking for access to an audio source ( { audio: true, video: false }, function (mediaStream) { // On success we return a WebRTC media stream // createMediaStreamSource will create an audio source node that wraps the MediaStream webRtcSource

    $689 (Avg Bid)
    $689 平均报价
    10 个竞标

    I am looking for someone that can quickly add an option like zello in my chat room. my site already has a speaker option to post messages in the chat room using webrtc technology. However i want the message to be quick like the way zello audio i have right now posts a message in the room where the user has to click play. However webRTC has release a fix to where getusermedia works with IOS 11 now and needs to be updated. Zello is a walkie talkie app that can be downloaded on andorid and ios phones. I need someone that is very qualified with webRTC and can create these options in my chat. My chat works off openfire. I need someone that has the ability to learn a site immediately, maybe some admin experience would be nice.

    $4346 (Avg Bid)
    $4346 平均报价
    6 个竞标
    Convert HTML5 Audio 已经结束 left

    HTML5 supports Audio recording on Android and soon on iPhones. You can check it using the <audio> element or directly in the JavaScript code using getUserMedia. However, these recording produce audio files in different formats, for example on Samsung it creates m4a. We would like to record files however to have them (using conversion) in the following format: WAV (RIFF header) 8kHz 8-bit mono mu-law [PCM] single channel. WAV (RIFF header) 8kHz 8-bit mono A-law [PCM] single channel. The project end result is the following: A simple web page where we can click a 'record start' and 'record end' on an Android smartphone that will produce the above 2 files. We should be able to click 'download' in order to download the files and check them on supp...

    $1143 (Avg Bid)
    $1143 平均报价
    16 个竞标

    Hello, I need someone experienced in FFMPEG library. I need to correct my code to get realtime, no latency stream convertion from WebM to FLV. My code works as follow: 1. getUserMedia() (webcam stream) and send the stream via MediaRecorder API to Python Tornado websocket with JS WebSocket 2. When data is received by Tornado server ffmpeg processing starts using subprocess and pipe to write data to ffmepg library. 3. Incoming stream is in WebM format and needs to be converted to FLV Almost all works, however I have problem with the last point - convertion of the data. Need help with that. I will provide freelancer with my existing code for making proper changes. The problem I am facing is huge latency (1-2 mins) when trying to convert the stream. I believe it's relat...

    $1261 (Avg Bid)
    $1261 平均报价
    11 个竞标

    Hello, I need someone experienced in FFMPEG library. I need to correct my code to get realtime, no latency stream convertion from WebM to FLV. My code works as follow: 1. getUserMedia() (webcam stream) and send the stream via MediaRecorder API to Python Tornado websocket with JS WebSocket 2. When data is received by Tornado server ffmpeg processing starts using subprocess and pipe to write data to ffmepg library. 3. Incoming stream is in WebM format and needs to be converted to FLV Almost all works, however I have problem with the last point - convertion of the data. Need help with that. I will provide freelancer with my existing code for making proper changes. The problem I am facing is huge latency (1-2 mins) when trying to convert the stream. I believe it's relat...

    $78 - $235
    $78 - $235
    0 个竞标

    Use HTML and JS getUserMedia to access the camera of smartphone and show the feed in a div with full width and height. Have a button/link on screen that switches between front and back cameras.

    $305 (Avg Bid)
    $305 平均报价
    6 个竞标
    modifications to websites 已经结束 left

    ...additional plugins to be developed. Employers will have the ability to fill in a form that will create questions to be posed to job seeker candidates that are interested Answering of the questions by candidates should be timed. If possible this whole process should be recorded on the candidate's webcam by implementing for example the process described here: (you are welcome to use any other implementation) We should also be able to interview candidates. This requirements is not yet 100% done. We will discuss this more after a bid has been awarded. Milestone 5: Candidate Dashboard. At the moment there is already an existing Candidate Dashboard containing some information This dashboard needs to be enhanced with more information like:

    $532 (Avg Bid)
    $532 平均报价
    23 个竞标
    modifications to websites 已经结束 left

    ...additional plugins to be developed. Employers will have the ability to fill in a form that will create questions to be posed to job seeker candidates that are interested Answering of the questions by candidates should be timed. If possible this whole process should be recorded on the candidate's webcam by implementing for example the process described here: (you are welcome to use any other implementation) We should also be able to interview candidates. This requirements is not yet 100% done. We will discuss this more after a bid has been awarded. Milestone 5: Candidate Dashboard. At the moment there is already an existing Candidate Dashboard containing some information This dashboard needs to be enhanced with more information like:

    $634 (Avg Bid)
    $634 平均报价
    15 个竞标

    Using pure Javascript I want a prototype of id document scanning built getusermedia(). DropBox did a nice write up of how they do this with paper, they went "fancy" using a machine learning algorithm to detect edges but this is not necessary. One can get reasonable results using Canny Edge Detection. Please read these blog posts before responding: - - In short the task is: 1) Use Canny Edge Detection to find edges of a document in a picture, 2) Use Hough transform to find straight lines in the edges, 3) Computing intersections of lines, scoring quadrilaterals to find the document,

    $1433 (Avg Bid)
    $1433 平均报价
    2 个竞标

    Main feature of the website : Using the embedded camera of the mobile device a query UI page of the website allow the user to submit/capture an image pictures and to send it (as an image query) to an image recognition software for recognition/detection. example : the user take a photo of a coca cola can using abilities of getusermedia API functions of the html5 browser and automatically the website show you a button to buy coca cola on amazon. Idea here is if the image captured is in the reference database of the software then the answer is success and the recognized image will be shown to the user of the website.

    $11260 (Avg Bid)
    $11260 平均报价
    11 个竞标
    WebViews, getUserMedia 已经结束 left

    I want a simple android application which implement getUsermedia method through webview

    $227 (Avg Bid)
    $227 平均报价
    1 个竞标

    I want a simple android application which implement getUsermedia method through webview

    $2020 (Avg Bid)
    $2020 平均报价
    2 个竞标

    hi! i need to transocde webrtc webcam streams into rtmp protocol or udp protocol! webrtc has a function getusermedia that open webcam and i need to transcode that stream to a media server with that protocols (rtmp or udp).

    $4401 (Avg Bid)
    $4401 平均报价
    5 个竞标
    Webrtc stream 已经结束 left

    I need someone how can transcode webrtc getusermedia() into rtp rtmp or udp stream .

    $1088 (Avg Bid)
    $1088 平均报价
    5 个竞标

    Javascript code is required to do two tasks. 1. Download an mp3 file (like a data file) and decode it into a sound buffer array with the raw audio data. is recommended (such as at ). 2. Take a buffer with raw audio data (this could be from a different source to #1, such as recorded from the mic) and play it out the speakers using html5 To complete the project provide example code doing both tasks.

    $1386 (Avg Bid)
    $1386 平均报价
    4 个竞标

    We need fix for getUserMedia not working in Chrome. getUserMedia API can't detect our web cam in Chrome. It works fine in Firefox. It just needs to do exactly the same in Chrome as it does in Firefox. You can see the work in progress here: Password: freelancer We need this work completed today, so please don't bid unless you can complete the work today.

    $1605 (Avg Bid)
    $1605 平均报价
    11 个竞标