Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VNC with MotioneyesOS #3020

Open
TannarV opened this issue Dec 27, 2023 · 3 comments
Open

VNC with MotioneyesOS #3020

TannarV opened this issue Dec 27, 2023 · 3 comments

Comments

@TannarV
Copy link

TannarV commented Dec 27, 2023

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: (motioneyeos-raspberrypi3.img).

Board Model

I am using the following board/model: (Raspberry pi zero 2 w).

Camera

I am using the following type of camera: (Spy Cam V1).

My camera model is: (SpyCam).

Network Connection

My motionEyeOS unit is connected to the network via: (2.4Ghz Wifi).

Peripherals

I am using the following peripherals that I consider relevant to this issue:

  • (micro USB)

Log Files

I have successfully connected to motion eyes, however i am no longer able to connect to my vnc server cuz i have no monitor to plug it into. Is it possible to run a vnc server/ raspi os and motioneyes os.

My goal is to make a rocket with a camera in it therefore i need to be able to code the flight software on the pi while also having access to the camera.

My ideal outcome is to eventually make some sort of app/webbrowser to see flight data and the camera during a flight.

Any help is greatly appricated!

@starbasessd
Copy link

MotionEyeOS runs a web service GUI at port 80. It does not have the resources to run a VNC server, there isn't an X11 server.
Interesting use case.
I would run a bare minimum Debian 11, install X11, install a VNC server, and install motionEye. MotionEye's web service is on port 8765 instead of 80 like motionEyeOS. I would enable a WiFi access point, too. This would allow you to run almost anything else for data, Python3, nodered, java, whatever, and with a web gui or vnc access.

@TannarV
Copy link
Author

TannarV commented Dec 27, 2023

Thank you very much for this. I dont know what a lot of this is but i will research and try it out. Thanks for the help!

@starbasessd
Copy link

MotionEyeOS is self contained and can't run much else.
Debian 11 desktop for RaspberryPi: https://raspi.debian.net/
RaspberryPiOS that can support motionEye: https://downloads.raspberrypi.org/raspios_oldstable_armhf/images/raspios_oldstable_armhf-2023-12-06/2023-12-05-raspios-bullseye-armhf.img.xz
RaspiOS has VNC Server built in (enable in raspi-config)
I don't know what kind of data or how you want to collect it, that is what Python3, nodered, java and other languages are used for.
To talk to the Raspberry Pi, you'd probably use wifi, set it up as an access point host...
If you need help or want suggestions on how to get it all organized, let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants