Controller + WebGUI

just a quick question,

is it possible to use the webGui for the camera and to ps3 controller for movement?

thanks!

piborg's picture

Yes, you can run both scripts at the same time.
As long as none of the buttons are pressed in the WebUI the PS£ controller should remain in control.

If you only want the camera view you can use the /stream URL.
For example if the IP address of the Raspberry Pi is 192.168.0.198 use the URL http://192.168.0.198/stream in the web browser.

Hello
How exactly does this funktion?
Must both Script be stored "run at startup?

Or which script must be first startet?

piborg's picture

You can run both at startup if you like.
The order they are loaded does not matter.

This will mean that the joystick will "override" any buttons pressed in the Web UI.

If i do both script on crontab the PS3 script have a Problem:

Images: 
piborg's picture

This is the same problem you had before:
https://www.piborg.org/node/2225

Have you tried running the script with the # removed?

Hello
Since i disconnected the Camera (trouble) i cant use the WebUI!
Is it possible to use the WebUI without a camera?

piborg's picture

It looks like you found the modified code for doing this already.

For anyone else looking, a modified version with the camera parts disabled can be found here:
https://www.piborg.org/comment/4101#comment-4101

Subscribe to Comments for "Controller + WebGUI"