问题标签 [rtcc]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
310 浏览

webrtc - 如何使用 SightCallAPI 在 WebTRC 模式下强制 VideoCall?

我目前正在为我的客户进行 SightCall 概念验证。
为了向我们的客户提供他们需要的东西,我需要访问 SightCall 用来显示呼叫的 HTML 视频元素。根据快速启动示例(https://github.com/sightcall/one-to-one-js-sample),如果使用 webRTC,窗口将被放置在蓝色框中。
我正在使用 Chrome,但由于某种原因会弹出一个窗口,并且似乎使用的是 RTCC 驱动程序而不是 WebRTC。

如何在 WebRTC 模式下强制调用而不是使用 RTCC 驱动程序?

0 投票
0 回答
365 浏览

pic24 - 32.768 Secondary Oscillator for PIC

I am using a 32.768Khz sec oscillator with the PIC24fj64ga002 to make use of the RTCC of the PIC. So far my RTCC code is working but I am not able to get my oscillator to work properly. I used an alarm of 1 minute to toggle an led using RTCC but I am getting the RTCC interrupt at around 13sec and thus some error. For the secondary oscillator I have connected it in the required pins of the PIC and enabled it using " OSCCONbits.SOSCEN=1;". Do I need to do anything more to make the sec oscillator to work. I checked the oscillator using a logic analyser but I am not getting any signals. But my led does toggle though the interval when set for 1 minute is giving me only 13 seconds. Even when I test my RTCC code the seconds and minuted seems to be updating at a far greater pace. Please tell me if I should paste my RTCC code. Do tell me if I need to make any changes for setting the Sec oscillator other than the one I had mentioned.

0 投票
1 回答
2414 浏览

swift - 两者都实现了 RTCCVPixelBuffer 类,将使用两者之一。哪个是未定义的

我对 RTCCVPixelBuffer 类中包含的依赖项有疑问。

我在我的 iOS 应用程序中使用 OpenTok SDK。当我尝试运行该应用程序时,我得到一个充满错误的控制台,例如:

RTCCVPixelBuffer 类在 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/WebCore 中实现.framework/Frameworks/libwebrtc.dylib (0x11d0aa160) 和 /Users/PrakharBhardwaj/Library/Developer/CoreSimulator/Devices/973561FB-0A4E-4D10-82C8-BC447940DD34/data/Containers/Bundle/Application/786DB5B1-EC67-49EF-B6A9 -FFC7E2FFEC90/EvueMe.app/EvueMe (0x109690c70)。将使用两者之一。哪一个是未定义的。

这是我的 podfile 的内容:

0 投票
1 回答
78 浏览

pic - pic18F47J53 RTCC 未启动

使用 PIC18F47J53、MPLAB x、XC8 (v2.31),我尝试使用内部 RTCC,但我看不到它的计数(秒)。寄存器 RTCVALL 等待几秒钟后没有变化。

我想使用 8MHz 内部振荡器作为主时钟,使用内部 INTRC 作为 RTCC。也许首先有人可以确认是否可以使用这两个?

代码相当简单,只需在 RTCVALL 中设置一个“秒”值,稍等片刻,读取相同的寄存器并希望发现它发生了变化……但事实并非如此。

我正在发布代码的主要部分。其他问题,RTCC 引脚应该输出什么?我选择了“秒”作为输出,但如果它应该每秒钟切换一次高/低,我在数据表中的哪里可以看到占空比?在我的情况下,RTCC 引脚上的 LED 保持高亮。

'''

'''

感谢您的关注和帮助