![]() |
Re: [Maemo 5] Camera stream from N900 to PC? (N900 as webcam)
just installed it and i have been unable to connect to the stream any advice?
|
Re: [Maemo 5] Camera stream from N900 to PC? (N900 as webcam)
Installed, and it works ofc. Good job!
Some points: Do you kill the process directly? I guess you do, since the front camera indicator led doesn't shut down as it should. You have to stop it with terminate() and after few secs you kill it. In this way it has time to handle its own close events (like shutting down front camera led indicator). Window title is "MainWindow", guess you have already realized it. Settings don't get saved between one session and another one: you may use QSettings to do it. Ui is fingerfoe: have you set a main layout in desiner? Top right corner (object subwindow) > right click on main window > layout> vertical layout. ShowDebug button is not so needed, it can be swapped with maemo standard banners (QMaemo5InformationBox, and add QT += maemo5 in project file, than run qmake) to save space. The calibrate window is in window style? Use a message box with detailed text instead (QMessageBox) to be more hildon oriented. Binary is a bit big just to be a front end. Have you compiled it as release or debug? Package is not optified, it installs in /usr/local/bin |
Re: [Maemo 5] Camera stream from N900 to PC? (N900 as webcam)
Quote:
|
Re: [Maemo 5] Camera stream from N900 to PC? (N900 as webcam)
when clicking Generate sdp file, it freezes and craches.
|
Re: [Maemo 5] Camera stream from N900 to PC? (N900 as webcam)
Quote:
Code:
QProcess*proc = new QProcess();Quote:
Quote:
Quote:
Quote:
Quote:
Thanks for the feedback man, I can't promise I'll get it done soon since I've been ignoring other work of mine... but hopefully in a few weeks...:D Edit: I also forgot to add dependencies, and am now editing my control file.... |
Re: [Maemo 5] Camera stream from N900 to PC? (N900 as webcam)
Quote:
Can you print me the full readout of "sudo ifconfig" from your phone? (do: "sudo ifconfig > /home/user/MyDocs/output.txt" and then copy that file) ALSO: wow I cant believe I forgot to mention this:: you need to have gst-tools and rootsh installed before using this app. VERY IMPORTANT. I'm implementing this in now. |
Re: [Maemo 5] Camera stream from N900 to PC? (N900 as webcam)
yeah i entered my computers ip address and generated the sdp for it could it be a firewall or router issue?
|
Re: [Maemo 5] Camera stream from N900 to PC? (N900 as webcam)
well you need to post me the output so I can see what going on.
I think it crashes because you don't have rootsh installed on your system, so the "sudo ifconfig" command is not recognised. Or if you do, then you have other connections other than "wlan0". But I really need to see that output before I change anything. |
Re: [Maemo 5] Camera stream from N900 to PC? (N900 as webcam)
hey thanks for your app but unfortunately it doesn't work for me either.
when i click on generate file it just crash. theres no output.txt so heres what i get when i launch it from a root terminal: Nokia-N900:~# tester ASSERT failure in QList<T>::at: "index out of range", file /home/tetris11/NokiaQtSDK/Maemo/4.6.2/sysroots/fremantle-arm-sysroot-20.2010.36-2-slim//usr/include/QtCore/qlist.h, line 455 Aborted hope this helps you |
Re: [Maemo 5] Camera stream from N900 to PC? (N900 as webcam)
Cheers, but Im fairly new at this and have no idea what that error means or what it references to...
Im pretty sure this is related to your ifconfig output, so can you just do: "sudo ifconfig > /home/user/MyDocs/output.txt" on your device, then copy the output.txt here? |
| All times are GMT. The time now is 09:53. |
vBulletin® Version 3.8.8