You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[mjpeg @ 0x7f9ecc001550] Found EOI before any SOF, ignoring
[mjpeg @ 0x7f9ecc001550] Found EOI before any SOF, ignoring
[mjpeg @ 0x7f9ecc001550] EOI missing, emulating
Segmentation fault (core dumped)
@Jancis "solution" worked for me, since I need my webcam working on skype during a meeting. 👍
Compiled, connected, all works, thanks. There is an issue though - it keeps disconnecting with error:
[mjpeg @ 0x17294c0] EOI missing, emulating
Probably some frame is incorrect so it crashes. Maybe needs some error handling implemented.
Quick workaround for me was doing bash loop to reinitialize connection, but it would be much better to fix it if possible.
Workaround:
while true; do droidcam-cli X.X.X.X 4747; done
The text was updated successfully, but these errors were encountered: