motioneye-project / motioneyeos

A Video Surveillance OS For Single-board Computers
Other
7.87k stars 901 forks source link

motionEyeOS-Pi stream to motionEye-Server #2468

Closed TheDuckMann closed 4 years ago

TheDuckMann commented 4 years ago

Preliminary Docs

I confirm that I have read the CONTRIBUTING guide before opening this issue.

I confirm that I have read the FAQ before opening this issue.

motionEyeOS Version

I am running motionEyeOS version: 20190911

Board Model

I am using the following board/model: Raspberry PI Zero W

Camera

I am using the following type of camera: MMAL Camera

My camera model is: Raspberry Pi Camera Module 5MP (OV5647)

Network Connection

My motionEyeOS unit is connected to the network via: WiFi

Hello, first of all, thanks for this really nice and convinient OS! I am new to the whole motionEye-"game", so excuse this question: I am running motionEyeOS on a RasPI Zero W as written above. This on it's own works fine. But I want this to be exandable. Later I want to have multiple PI's (equiped with a camera) to run in different rooms. I have a server running on which I installed motionEye via docker. This Container also works as intented. My Problem is the connection between the camera (Pi Zero) and the Server. I want to stream to this server and save the stream on this servers internal HDD. I can't figure out how to do that. If I connect them via remote "motionEye Camera" I can only save to the storage of the Pi. But if I connect them in other ways, I can't set the File Storage on my local server HDD. Do I really have to install some kind of ftp on this server or am I missing something? Basically I simply want to stream the video to the server and let the server do everything else, like changing settings or saving all the streams to its local drive. Thanks in advance for any hint and/or help!

starbasessd commented 4 years ago

I don't have experience with Docker. That said, if your server can see a local drive, you should be able to put the path in File Storage The camera should be set up as Simple MJPEG, not Remote Pi Camera. This will allow you to save locally to the server.

On Thu, Jul 16, 2020 at 2:32 PM TheDuckMann notifications@github.com wrote:

Preliminary Docs

I confirm that I have read the CONTRIBUTING https://github.com/ccrisan/motioneyeos/blob/master/.github/CONTRIBUTING.md guide before opening this issue.

I confirm that I have read the FAQ https://github.com/ccrisan/motioneyeos/wiki/FAQ before opening this issue. motionEyeOS Version

I am running motionEyeOS version: 20190911 Board Model

I am using the following board/model: Raspberry PI Zero W Camera

I am using the following type of camera: MMAL Camera

My camera model is: Raspberry Pi Camera Module 5MP (OV5647) Network Connection

My motionEyeOS unit is connected to the network via: WiFi

Hello, first of all, thanks for this really nice and convinient OS! I am new to the whole motionEye-"game", so excuse this question: I am running motionEyeOS on a RasPI Zero W as written above. This on it's own works fine. But I want this to be exandable. Later I want to have multiple PI's (equiped with a camera) to run in different rooms. I have a server running on which I installed motionEye via docker. This Container also works as intented. My Problem is the connection between the camera (Pi Zero) and the Server. I want to stream to this server and save the stream on this servers internal HDD. I can't figure out how to do that. If I connect them via remote "motionEye Camera" I can only save to the storage of the Pi. But if I connect them in other ways, I can't set the File Storage on my local server HDD. Do I really have to install some kind of ftp on this server or am I missing something? Basically I simply want to stream the video to the server and let the server do everything else, like changing settings or saving all the streams to its local drive. Thanks in advance for any hint and/or help!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ccrisan/motioneyeos/issues/2468, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEZTUHKR744KXLGUSKMU2DTR35BVVANCNFSM4O4XCFGQ .

-- Thanks

Kevin Shumaker

Personal Tech Support https://kevinshumaker.wixsite.com/thethirdlevel

N38° 19' 56.52" W85° 45' 8.56"

Semper Gumby “Don't tell people how to do things. Tell them what to do and let them surprise you with their results.” - G.S. Patton, Gen. USA Ethics are what we do when no one else is looking. Quis custodiet ipsos custodes? “There is no end to the good you can do if you don’t care who gets the credit.” - C Powell You know we're sitting on four million pounds of fuel, one nuclear weapon and a thing that has 270,000 moving parts built by the lowest bidder. Makes you feel good, doesn't it?

TheDuckMann commented 4 years ago

Hello Starbasessd,

thanks for your reply! If I configure the external camera as a "Simple MJPEG Camera" I am getting no options! :(

motionEye_Test

starbasessd commented 4 years ago

Request: Log off the screen you are showing here, and log onto the screen with admin, and check preferences Look into the upper left for the head profile, click on it, and log in as admin Does this change anything?

On Fri, Jul 17, 2020 at 4:39 AM TheDuckMann notifications@github.com wrote:

Hello Starbasessd,

thanks for your reply! If I configure the external camera as a "Simple MJPEG Camera" I am getting no options! :(

[image: motionEye_Test] https://user-images.githubusercontent.com/59873539/87766484-80de2080-c819-11ea-9851-aaf96174e1c2.jpg

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ccrisan/motioneyeos/issues/2468#issuecomment-659964130, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEZTUHIXSQ2JFJAROP7NKXLR4AE4JANCNFSM4O4XCFGQ .

-- Thanks

Kevin Shumaker

Personal Tech Support https://kevinshumaker.wixsite.com/thethirdlevel

N38° 19' 56.52" W85° 45' 8.56"

Semper Gumby “Don't tell people how to do things. Tell them what to do and let them surprise you with their results.” - G.S. Patton, Gen. USA Ethics are what we do when no one else is looking. Quis custodiet ipsos custodes? “There is no end to the good you can do if you don’t care who gets the credit.” - C Powell You know we're sitting on four million pounds of fuel, one nuclear weapon and a thing that has 270,000 moving parts built by the lowest bidder. Makes you feel good, doesn't it?

TheDuckMann commented 4 years ago

The screenshot I send you was the admin page (logged in as admin) from the server, where I configured the external camera (PI) as a "Simple MJPEG Camera". On the Camera (Raspberry Pi Zero W with motionEyeOS) I am getting all the options (logged in as admin) but as you can see, under "File Storage" I only got the option to save to my 32GB SD-Card of the PI itself: Screenshot_Motion

starbasessd commented 4 years ago

And if you delete the camera, you get the full menu back?

On Fri, Jul 17, 2020 at 7:49 AM TheDuckMann notifications@github.com wrote:

The screenshot I send you was the admin page (logged in as admin) from the server, where I configured the external camera (PI) as a "Simple MJPEG Camera". On the Camera (Raspberry Pi Zero W with motionEyeOS) I am getting all the options (logged in as admin): [image: Screenshot_Motion] https://user-images.githubusercontent.com/59873539/87783172-3d44e000-c834-11ea-95c9-f4b1943a199d.jpg

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ccrisan/motioneyeos/issues/2468#issuecomment-660064591, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEZTUHJI3C4TOY2DVEO6CWLR4A3DTANCNFSM4O4XCFGQ .

-- Thanks

Kevin Shumaker

Personal Tech Support https://kevinshumaker.wixsite.com/thethirdlevel

N38° 19' 56.52" W85° 45' 8.56"

Semper Gumby “Don't tell people how to do things. Tell them what to do and let them surprise you with their results.” - G.S. Patton, Gen. USA Ethics are what we do when no one else is looking. Quis custodiet ipsos custodes? “There is no end to the good you can do if you don’t care who gets the credit.” - C Powell You know we're sitting on four million pounds of fuel, one nuclear weapon and a thing that has 270,000 moving parts built by the lowest bidder. Makes you feel good, doesn't it?

TheDuckMann commented 4 years ago

Well there is not much because the server itself doesn't have a camera on it.

starbasessd commented 4 years ago

Do you get more back than with the camera?

On Fri, Jul 17, 2020 at 8:04 AM TheDuckMann notifications@github.com wrote:

Well there is not much because the server itself doesn't have a camera on it.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ccrisan/motioneyeos/issues/2468#issuecomment-660070403, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEZTUHI4FYTCDZDBE72ZV53R4A43ZANCNFSM4O4XCFGQ .

-- Thanks

Kevin Shumaker

Personal Tech Support https://kevinshumaker.wixsite.com/thethirdlevel

N38° 19' 56.52" W85° 45' 8.56"

Semper Gumby “Don't tell people how to do things. Tell them what to do and let them surprise you with their results.” - G.S. Patton, Gen. USA Ethics are what we do when no one else is looking. Quis custodiet ipsos custodes? “There is no end to the good you can do if you don’t care who gets the credit.” - C Powell You know we're sitting on four million pounds of fuel, one nuclear weapon and a thing that has 270,000 moving parts built by the lowest bidder. Makes you feel good, doesn't it?

starbasessd commented 4 years ago

Where did you get your docker image? Are you using something like HomeAssistant?

On Fri, Jul 17, 2020 at 8:05 AM Kevin Shumaker kevin.shumaker@gmail.com wrote:

Do you get more back than with the camera?

On Fri, Jul 17, 2020 at 8:04 AM TheDuckMann notifications@github.com wrote:

Well there is not much because the server itself doesn't have a camera on it.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ccrisan/motioneyeos/issues/2468#issuecomment-660070403, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEZTUHI4FYTCDZDBE72ZV53R4A43ZANCNFSM4O4XCFGQ .

-- Thanks

Kevin Shumaker

Personal Tech Support https://kevinshumaker.wixsite.com/thethirdlevel

N38° 19' 56.52" W85° 45' 8.56"

Semper Gumby “Don't tell people how to do things. Tell them what to do and let them surprise you with their results.” - G.S. Patton, Gen. USA Ethics are what we do when no one else is looking. Quis custodiet ipsos custodes? “There is no end to the good you can do if you don’t care who gets the credit.” - C Powell You know we're sitting on four million pounds of fuel, one nuclear weapon and a thing that has 270,000 moving parts built by the lowest bidder. Makes you feel good, doesn't it?

-- Thanks

Kevin Shumaker

Personal Tech Support https://kevinshumaker.wixsite.com/thethirdlevel

N38° 19' 56.52" W85° 45' 8.56"

Semper Gumby “Don't tell people how to do things. Tell them what to do and let them surprise you with their results.” - G.S. Patton, Gen. USA Ethics are what we do when no one else is looking. Quis custodiet ipsos custodes? “There is no end to the good you can do if you don’t care who gets the credit.” - C Powell You know we're sitting on four million pounds of fuel, one nuclear weapon and a thing that has 270,000 moving parts built by the lowest bidder. Makes you feel good, doesn't it?

TheDuckMann commented 4 years ago

This is my docker-compose.yml File:

version: '3'

services:
  security:
    image: ccrisan/motioneye:master-amd64
    container_name: motioneye-security
    ports:
      - "8081:8081"
      - "8765:8765"
    environment:
      - TZ=Europe/Berlin
    volumes:
      - etc_motioneye:/etc/motioneye
      - /mnt/data-drive/motioneye-data:/var/lib/motioneye
    restart: always

volumes:
  etc_motioneye:
  var_lib_motioneye:
starbasessd commented 4 years ago

I want to re-create your environment here. Can you walk me through how you created your docker? You can email me directly at starbasessd at gmail dot com I have a spare Ubuntu 20.04 Desktop or Server VM I can throw at it for the docker host... Or I can build whatever flavor of Linux you are using. I am curious as to why I can only reproduce your screenshot of your server by logging in as 'user'.

On Fri, Jul 17, 2020 at 8:53 AM TheDuckMann notifications@github.com wrote:

This is my docker-compose.yml File:

version: '3'

services: security: image: ccrisan/motioneye:master-amd64 container_name: motioneye-security ports:

  • "8081:8081"
  • "8765:8765" environment:
  • TZ=Europe/Berlin volumes:
  • etc_motioneye:/etc/motioneye
  • /mnt/data-drive/motioneye-data:/var/lib/motioneye restart: always

volumes: etc_motioneye: var_lib_motioneye:

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ccrisan/motioneyeos/issues/2468#issuecomment-660090174, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEZTUHI24H7552H2QHAGULTR4BCU5ANCNFSM4O4XCFGQ .

-- Thanks

Kevin Shumaker

Personal Tech Support https://kevinshumaker.wixsite.com/thethirdlevel

N38° 19' 56.52" W85° 45' 8.56"

Semper Gumby “Don't tell people how to do things. Tell them what to do and let them surprise you with their results.” - G.S. Patton, Gen. USA Ethics are what we do when no one else is looking. Quis custodiet ipsos custodes? “There is no end to the good you can do if you don’t care who gets the credit.” - C Powell You know we're sitting on four million pounds of fuel, one nuclear weapon and a thing that has 270,000 moving parts built by the lowest bidder. Makes you feel good, doesn't it?

TheDuckMann commented 4 years ago

Have you got my E-Mail? Can you reproduce the Problem?

starbasessd commented 4 years ago

No, I haven't received any emails. try starbasessd at gmail dot com

On Sun, Jul 19, 2020 at 9:39 AM TheDuckMann notifications@github.com wrote:

Have you got my E-Mail? Can you reproduce the Problem?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ccrisan/motioneyeos/issues/2468#issuecomment-660645165, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEZTUHPXT7SEBK6NPT6P43LR4LZSRANCNFSM4O4XCFGQ .

-- Thanks

Kevin Shumaker

Personal Tech Support https://kevinshumaker.wixsite.com/thethirdlevel

N38° 19' 56.52" W85° 45' 8.56"

Semper Gumby “Don't tell people how to do things. Tell them what to do and let them surprise you with their results.” - G.S. Patton, Gen. USA Ethics are what we do when no one else is looking. Quis custodiet ipsos custodes? “There is no end to the good you can do if you don’t care who gets the credit.” - C Powell You know we're sitting on four million pounds of fuel, one nuclear weapon and a thing that has 270,000 moving parts built by the lowest bidder. Makes you feel good, doesn't it?

TheDuckMann commented 4 years ago

I did try again a few Minutes ago..did you get an email?

starbasessd commented 4 years ago

No, nothing. Nothing in junk, nothing in spam. You are sending to starbasessd@gmail.com ?

On Sun, Jul 19, 2020 at 11:34 AM TheDuckMann notifications@github.com wrote:

I did try again a few Minutes ago..did you get an email?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ccrisan/motioneyeos/issues/2468#issuecomment-660664234, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEZTUHOHRLIROKFWXBS4Z23R4MG7RANCNFSM4O4XCFGQ .

-- Thanks

Kevin Shumaker

Personal Tech Support https://kevinshumaker.wixsite.com/thethirdlevel

N38° 19' 56.52" W85° 45' 8.56"

Semper Gumby “Don't tell people how to do things. Tell them what to do and let them surprise you with their results.” - G.S. Patton, Gen. USA Ethics are what we do when no one else is looking. Quis custodiet ipsos custodes? “There is no end to the good you can do if you don’t care who gets the credit.” - C Powell You know we're sitting on four million pounds of fuel, one nuclear weapon and a thing that has 270,000 moving parts built by the lowest bidder. Makes you feel good, doesn't it?

TheDuckMann commented 4 years ago

Yes I did....I don't know whats wrong...!

I wrote this:

My server, on which I am running the motionEye-OS docker image, is a Ubuntu 20.04 Server. The docker container is created by the following docker-compose.yml file:

version: '3'

services: security: image: ccrisan/motioneye:master-amd64 container_name: motioneye-security ports:

volumes: etc_motioneye: var_lib_motioneye:

starbasessd commented 4 years ago

Post it here. Redact any 'private info' like passwords or IP addresses.

On Sun, Jul 19, 2020 at 1:08 PM TheDuckMann notifications@github.com wrote:

Yes I did....I don't know whats wrong...!

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ccrisan/motioneyeos/issues/2468#issuecomment-660677338, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEZTUHKLMW7AYMS66PGX2H3R4MSATANCNFSM4O4XCFGQ .

-- Thanks

Kevin Shumaker

Personal Tech Support https://kevinshumaker.wixsite.com/thethirdlevel

N38° 19' 56.52" W85° 45' 8.56"

Semper Gumby “Don't tell people how to do things. Tell them what to do and let them surprise you with their results.” - G.S. Patton, Gen. USA Ethics are what we do when no one else is looking. Quis custodiet ipsos custodes? “There is no end to the good you can do if you don’t care who gets the credit.” - C Powell You know we're sitting on four million pounds of fuel, one nuclear weapon and a thing that has 270,000 moving parts built by the lowest bidder. Makes you feel good, doesn't it?

TheDuckMann commented 4 years ago

Its basically what I edited in the post above.

starbasessd commented 4 years ago

I'm sorry, then. I am not able to get the docker install to work on an Ubuntu 20.04 fully updated virtual machine with bridged networking. It shows as running, but doesn't connect to any IP address (localhost, or network) to access. I don't know enough of docker to be able to assist. I can pop up a Linux Virtual machine and have the motion/motioneye service up in less than an hour (faster if I use a cloned, pre-built VM) Good luck with docker, it's like trying to deal with HomeAssistant installs. THere are too many other layers to deal with.

On Sun, Jul 19, 2020 at 1:19 PM TheDuckMann notifications@github.com wrote:

Its basically what I edited in the post above.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ccrisan/motioneyeos/issues/2468#issuecomment-660678768, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEZTUHMKAXLUAECHXGGUM23R4MTJNANCNFSM4O4XCFGQ .

-- Thanks

Kevin Shumaker

Personal Tech Support https://kevinshumaker.wixsite.com/thethirdlevel

N38° 19' 56.52" W85° 45' 8.56"

Semper Gumby “Don't tell people how to do things. Tell them what to do and let them surprise you with their results.” - G.S. Patton, Gen. USA Ethics are what we do when no one else is looking. Quis custodiet ipsos custodes? “There is no end to the good you can do if you don’t care who gets the credit.” - C Powell You know we're sitting on four million pounds of fuel, one nuclear weapon and a thing that has 270,000 moving parts built by the lowest bidder. Makes you feel good, doesn't it?

TheDuckMann commented 4 years ago

Thank you for trying! Did you use the correct port, something like: 192.168.178.112:8765? There is no redirect from 192.168.178.112:80.

starbasessd commented 4 years ago

Yessir. Thanks for asking. I also checked netstat -apt to show ports in use. It never opened 80 or 8765. That is why I was asking how you set up and ran the docker. I do support here for most other issues, both for motionEye and motionEyeOS, just wanted to add docker, but it's not working for me.

On Tue, Jul 21, 2020 at 8:06 AM TheDuckMann notifications@github.com wrote:

Thank you for trying! Did you use the correct port, something like: 192.168.178.112:8765? There is no redirect from 192.168.178.112:80.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ccrisan/motioneyeos/issues/2468#issuecomment-661815636, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEZTUHOEWZBSQ5XQ2TWPECDR4WAEHANCNFSM4O4XCFGQ .

-- Thanks

Kevin Shumaker

Personal Tech Support https://kevinshumaker.wixsite.com/thethirdlevel

N38° 19' 56.52" W85° 45' 8.56"

Semper Gumby “Don't tell people how to do things. Tell them what to do and let them surprise you with their results.” - G.S. Patton, Gen. USA Ethics are what we do when no one else is looking. Quis custodiet ipsos custodes? “There is no end to the good you can do if you don’t care who gets the credit.” - C Powell You know we're sitting on four million pounds of fuel, one nuclear weapon and a thing that has 270,000 moving parts built by the lowest bidder. Makes you feel good, doesn't it?

TheDuckMann commented 4 years ago

Sorry, I didn't mean to be disrespectful.

In my case I am running all this behind a reverse proxy, but I didn't want to make it more complicated than it is. If you want, you could modify your compose file to look something like this:

version: '3'

services:
  jwilder-proxy:
    image: jwilder/nginx-proxy
    container_name: proxy
    ports:
      - '80:80'
    environment:
      - TZ=Europe/Berlin
      - DEFAULT_HOST: motioneye.yourDomain.lan
    volumes:
      - '/var/run/docker.sock:/tmp/docker.sock'
    restart: always

  security:
    image: ccrisan/motioneye:master-amd64
    container_name: motioneye-security
    ports:
      - '8081:8081'
      - '8765:8765'
    environment:
      - TZ=Europe/Berlin
      - VIRTUAL_HOST: motioneye.yourDomain.lan
      - VIRTUAL_PORT: 8765
    volumes:
      - etc_motioneye:/etc/motioneye
      - /mnt/data-drive/motioneye-data:/var/lib/motioneye
    restart: always

volumes:
  etc_motioneye:
  var_lib_motioneye:

networks:
  default:
    external:
      name: reverseproxy
TheoQc commented 4 years ago

I have a similar setup : some pi with cameras and a server running the docker image of motionEye.

I can add the cameras from the pis in the server with "Remote motionEye Camera" BUT, the options I see on the server are the ones from the pi. So the path in file storage, is relative to the pi, not the server. That is the problem I would like to solve.

Knowing this, I have the impression that when you added your "Remote motionEye Camera" to your docker image, you used the user (instead of admin) credential to add that remote camera, and thus, seeing the user options of that camera, even though you are logged in as admin to the server.

starbasessd commented 4 years ago

The fix for the PI Hub showing the PICaam settings is to add the PiCams to the hub as Network or simple MJpeg cameras.

On Wed, Sep 23, 2020 at 2:41 PM Francis Théorêt notifications@github.com wrote:

I have a similar setup : some pi with cameras and a server running the docker image of motionEye.

I can add the cameras from the pis in the server with "Remote motionEye Camera" BUT, the options I see on the server are the ones from the pi. So the path in file storage, is relative to the pi, not the server. That is the problem I would like to solve.

Knowing this, I have the impression that when you added your "Remote motionEye Camera" to your docker image, you used the user (instead of admin) credential to add that remote camera, and thus, seeing the user options of that camera, even though you are logged in as admin to the server.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ccrisan/motioneyeos/issues/2468#issuecomment-697863294, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEZTUHJETPX6W3U4ZJNE7W3SHI6NRANCNFSM4O4XCFGQ .

-- Thanks

Kevin Shumaker

Personal Tech Support https://kevinshumaker.wixsite.com/thethirdlevel

N38° 19' 56.52" W85° 45' 8.56"

Semper Gumby “Don't tell people how to do things. Tell them what to do and let them surprise you with their results.” - G.S. Patton, Gen. USA Ethics are what we do when no one else is looking. Quis custodiet ipsos custodes? “There is no end to the good you can do if you don’t care who gets the credit.” - C Powell You know we're sitting on four million pounds of fuel, one nuclear weapon and a thing that has 270,000 moving parts built by the lowest bidder. Makes you feel good, doesn't it?

TheoQc commented 4 years ago

Thanks for the info, indeed it work for the settings to be local to the server.

Unfortunately only one of the 2 cameras seems to work. Raspberry camera is working good, the usb camera (on the same pi) does not work as network camera nor mjpeg, butit does work as a remote motioneye camera.

(Edit) both camera are now working! Thank you 👍

starbasessd commented 4 years ago

Are you using the 2nd port (8082) for the 2nd camera? (In network or simple mjpeg mode)?

On Wed, Sep 23, 2020 at 3:40 PM Francis Théorêt notifications@github.com wrote:

Thanks for the info, indeed it work for the settings to be local to the server.

Unfortunately only one of the 2 cameras seems to work. Raspberry camera is working good, the usb camera (on the same pi) does not work as network camera nor mjpeg, butit does work as a remote motioneye camera.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ccrisan/motioneyeos/issues/2468#issuecomment-697931250, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEZTUHOYHOFBLCTL7OSOHATSHJFJNANCNFSM4O4XCFGQ .

-- Thanks

Kevin Shumaker

Personal Tech Support https://kevinshumaker.wixsite.com/thethirdlevel

N38° 19' 56.52" W85° 45' 8.56"

Semper Gumby “Don't tell people how to do things. Tell them what to do and let them surprise you with their results.” - G.S. Patton, Gen. USA Ethics are what we do when no one else is looking. Quis custodiet ipsos custodes? “There is no end to the good you can do if you don’t care who gets the credit.” - C Powell You know we're sitting on four million pounds of fuel, one nuclear weapon and a thing that has 270,000 moving parts built by the lowest bidder. Makes you feel good, doesn't it?

TheoQc commented 4 years ago

8082 yes, not sure why it didnt work the 2first time I added it, 3rd time has been the charm for me, now all working :)

Thanks again for the quick help.

starbasessd commented 4 years ago

Good deal, enjoy.

On Wed, Sep 23, 2020 at 4:14 PM Francis Théorêt notifications@github.com wrote:

8082 yes, not sure why it didnt work the 2first time I added it, 3rd time has been the charm for me, now all working :)

Thanks again for the quick help.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ccrisan/motioneyeos/issues/2468#issuecomment-697947936, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEZTUHIYFW2SSXMTZVJNJULSHJJLRANCNFSM4O4XCFGQ .

-- Thanks

Kevin Shumaker

Personal Tech Support https://kevinshumaker.wixsite.com/thethirdlevel

N38° 19' 56.52" W85° 45' 8.56"

Semper Gumby “Don't tell people how to do things. Tell them what to do and let them surprise you with their results.” - G.S. Patton, Gen. USA Ethics are what we do when no one else is looking. Quis custodiet ipsos custodes? “There is no end to the good you can do if you don’t care who gets the credit.” - C Powell You know we're sitting on four million pounds of fuel, one nuclear weapon and a thing that has 270,000 moving parts built by the lowest bidder. Makes you feel good, doesn't it?

starbasessd commented 4 years ago

Resolved