Hallo Ft Fans,
kann man eigentlich das was die Kamera vom TXT Controller sieht auch auf das Display vom Contoller übertragen?
Wenn ja, wie!
Viele Grüße aus Nürnberg,
Computing
TXT Kamera Bildschirm
Forumsregeln
Bitte beachte die Forumsregeln!
Bitte beachte die Forumsregeln!
Re: TXT Kamera Bildschirm
Ich denke das kommt darauf an welchen Controller du besitzt, den neuen oder den alten. Der alte Controller hat ja nur ein schwarz -weiß -display. Mit dem Neuen kenne ich mich leider nicht so gut aus da ich ihn nicht besitze.
Re: TXT Kamera Bildschirm
Yes, the TXT can do that. However, there is no easy way to do it via ROBOPro, but the TXT controller is in principle able to display the camera on the screen. There is a way to demonstrate it, but I'm not sure how practical it is. Here's how you do it:
- ssh into the TXT controller (connect it via wifi or USB cable to a computer; use ssh on linux or mac or putty on windows to ssh into the TXT controller using the ROBOPro/ROBOPro userid/pwd).
- Issue the following two commands:
cd /var/psg/WebCam
sh Test_fb.sh
And the TXT will display the connected camera on the screen. It will still run ROBOPro programs simultaneously, it seems.
You can also view the camera in a browser that you point at the TXT from you computer:
- type 'http://192.168.7.2:8080' in the browser address field, if you use USB, or 'http://192.168.8.2:8080', if you use wifi.
Note: I'm trying this with a non-FT camera (a Logitech QuickCam® Pro for Notebooks), but I suspect this will also work with the ft camera. Like to hear from others.
In this topic http://forum.ftcommunity.de/viewtopic.php?f=8&t=2761 is a bit more detail on the mjpg_streamer app that makes this possible on the TXT.
Regards,
Willem Evert.
- ssh into the TXT controller (connect it via wifi or USB cable to a computer; use ssh on linux or mac or putty on windows to ssh into the TXT controller using the ROBOPro/ROBOPro userid/pwd).
- Issue the following two commands:
cd /var/psg/WebCam
sh Test_fb.sh
And the TXT will display the connected camera on the screen. It will still run ROBOPro programs simultaneously, it seems.
You can also view the camera in a browser that you point at the TXT from you computer:
- type 'http://192.168.7.2:8080' in the browser address field, if you use USB, or 'http://192.168.8.2:8080', if you use wifi.
Note: I'm trying this with a non-FT camera (a Logitech QuickCam® Pro for Notebooks), but I suspect this will also work with the ft camera. Like to hear from others.
In this topic http://forum.ftcommunity.de/viewtopic.php?f=8&t=2761 is a bit more detail on the mjpg_streamer app that makes this possible on the TXT.
Regards,
Willem Evert.
Zuletzt geändert von winijenh am 08 Feb 2015, 18:10, insgesamt 1-mal geändert.
Re: TXT Kamera Bildschirm
Hallo!
Ich habe das grade mal ausprobiert.
Nette Sache, allerdings flackert das Bild ständig im TXT Display.
Im Browser (IE) wird kein Bild angezeigt, da sehe ich nur ein X.
Vermute mal das hier irgendein komischer Videocodec verwendet wird.
Gruß
Sven
Ich habe das grade mal ausprobiert.
Nette Sache, allerdings flackert das Bild ständig im TXT Display.
Im Browser (IE) wird kein Bild angezeigt, da sehe ich nur ein X.
Vermute mal das hier irgendein komischer Videocodec verwendet wird.
Gruß
Sven
Dieses Posting gibt ganz allein meine persönliche Meinung wieder!
Re: TXT Kamera Bildschirm
Hallo!
Grad noch einen Test durchgeführt:
Im Firefox wird das Bild der Kamera angezeigt.
Gruß
Sven
Grad noch einen Test durchgeführt:
Im Firefox wird das Bild der Kamera angezeigt.
Gruß
Sven
Dieses Posting gibt ganz allein meine persönliche Meinung wieder!
Re: TXT Kamera Bildschirm
With my non-ft camera the picture shown by the TXT display is steady and crisp. You can experiment with different frame per second (-f option) and jpeg quality (-q option) settings by editing the Test_fb.sh file to see if you can get a better image on the TXT display.
Willem Evert.
Willem Evert.