Send Motion-user mailing list submissions to
        motion-user@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.sourceforge.net/lists/listinfo/motion-user
or, via email, send a message with subject or body 'help' to
        motion-user-requ...@lists.sourceforge.net

You can reach the person managing the list at
        motion-user-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Motion-user digest..."


Today's Topics:

   1. Re: Problems with getting chromium-browser to show first
      image (Roger Heflin)
   2. Re: Newbie - Request help for installation Motion
      (athana...@libero.it)


----------------------------------------------------------------------

Message: 1
Date: Tue, 7 Jun 2022 15:34:47 -0500
From: Roger Heflin <roger.hef...@gmail.com>
To: Motion discussion list <motion-user@lists.sourceforge.net>
Subject: Re: [Motion-user] Problems with getting chromium-browser to
        show first image
Message-ID:
        <caamcdedpcj30a7grfvfsnt1sxjnld4+mfqx6bcd5g+nw0fg...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

 I am using straight X with no window manager and firefox displaying, full
screen.

.xinitrc looks like this:

/usr/bin/xset -display :0 s noblank
/usr/bin/xset -display :0 s off
/usr/bin/xset -display :0 -dpms
/usr/bin/xsetroot -solid '#222E45'
##/usr/bin/twm &
~/bin/refresh_every_10min.sh &
while [ true ] ; do
  geometry=`/usr/bin/xdpyinfo | grep -i dimensions | awk
'{split($2,parts,"x");printf("%s,%s",parts[1],parts[2])}'`
  echo "Geometry = $geometry"
  nice -n 19 /usr/bin/firefox --window-size ${geometry}
http://user:password@localhost:8080/
done

This is the code for refresh_every_10min.sh:
while [ 1 ] ; do
  sleep 300
  WID=`xdotool search --name "Mozilla Firefox"`
  ##xdotool windowactivate $WID
  xdotool key "ctrl+r"
  sleep 300
done

So far it just runs and uses minimal memory.  No window manager, no lxde.


On Tue, Jun 7, 2022 at 2:40 PM Brian <brian_dorl...@t-online.de> wrote:

>
> On 6/7/2022 9:14 PM, Brian wrote:
> > Going off at a tangent. I made the mistake during installation of
> > creating a user "Rudi" instead of PI.
> >
> > Is there a simple way of going back to PI?
> >
> > Cheers Brian
> >
> The reason I asked was this:
>
> NU nano 5.4 /etc/xdg/lxsession/LXDE-pi/autostart
>                                          @lxpanel --profile LXDE-pi
>                                          @pcmanfm --desktop --profile
> LXDE-pi
>                                          @xscreensaver -no-splash
>
> In Bullseye using the default system autostart file, then a profile dir
> of LXDE-pi is assumed to exist,
>
> which it does, but no LXDE-rudi. So will autostart work ?
>
> I'll be trying it again this evening.
>
> Cheers Brian
>
>
>
>
>
>
>
>
>
>
> >
> >
> > On 6/6/2022 2:52 AM, Barry Martin wrote:
> >>
> >>
> >> Brian:
> >>
> >>
> >>> @chromium-browser http://192.168.96.41:8081/0/stream --no-sandbox
> >>> --start-fullscreen --kiosk --incognito --noerrdialogs --no-first-run
> >>> --disk-cache-dir=/dev/null http://localhost:8080
> >>
> >> Almost seems like you're calling two IPs: 192.168.96.41 (plus port)
> >> and localhost (probably 127.0.0.1).  Maybe just try "chromium-browser
> >> http://192.168.96.41:8081/0/stream"; (without the quote marks).  Also
> >> thinking you may not need the '/stream' part.
> >>
> >>
> >> Here I'm using:
> >>
> >> http://192.168.4.220:8081/101
> >>
> >> http://192.168.4.219:8082
> >>
> >> http://192.168.4.221:8081/1
> >>
> >> to view my three cameras (one USB camera per RPi 4) -- yeah - nothing
> >> like inconstancy!<g>
> >>
> >>     220 config:    camera_id 101        stream_port 8081
> >>
> >>     219 config:    camera_id 102         stream_port 8082 (no idea
> >> why it doesn't want '102')
> >>
> >>     221 config:    camera_id 1            stream_port 8081
> >>
> >> Good luck!
> >>
> >> Barry
> >>
> >>
> >>
> >>
> >> _______________________________________________
> >> Motion-user mailing list
> >> Motion-user@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/motion-user
> >> https://motion-project.github.io/
> >>
> >> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user
>
> --
> Diese E-Mail wurde von Avast Antivirus-Software auf Viren gepr?ft.
> https://www.avast.com/antivirus
>
>
>
> _______________________________________________
> Motion-user mailing list
> Motion-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/motion-user
> https://motion-project.github.io/
>
> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

Message: 2
Date: Wed, 08 Jun 2022 00:08:37 +0200
From: athana...@libero.it
To: Motion discussion list <motion-user@lists.sourceforge.net>
Subject: Re: [Motion-user] Newbie - Request help for installation
        Motion
Message-ID: <418a0474-f163-4001-8b76-63667b781...@email.android.com>
Content-Type: text/plain; charset="us-ascii"

An HTML attachment was scrubbed...

------------------------------



------------------------------

Subject: Digest Footer

_______________________________________________
Motion-user mailing list
Motion-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/motion-user


------------------------------

End of Motion-user Digest, Vol 192, Issue 5
*******************************************

Reply via email to