Access from Windows

From Rsewiki
(Difference between revisions)
Jump to: navigation, search
Line 5: Line 5:
 
== Introduction ==
 
== Introduction ==
  
This is to work with the robot from a Windows platform
+
The Raspberry Pi files can be accessed and manipulated like a regular file browser.
  
== Acces to files ==
+
This is convenient when the software is developed on another computer.
  
WinScp is a file manager that includes files on the Raspberry (as well as own disk)
+
=Windows ==
 +
 
 +
WinSCP is a file manager that can include files on the Raspberry; get it from
  
 
  https://sourceforge.net/projects/winscp/
 
  https://sourceforge.net/projects/winscp/
  
To show graphixs from the Raspberry, install CvXsrv
+
== Graphics generated on the Raspberry ==
 +
 
 +
To get the graphics transferred from the Raspberry to a screen on another computer, access using the 'X' option:
 +
 
 +
ssh -X local@10.197.218.22
 +
 
 +
When starting an application with a graphical interface (like the 'Teensy' loader or 'showimage(...)' in openCV), the Raspberry will ask if the ssh client understands X-graphics.
 +
A Linux client does understand as default.
 +
 
 +
For Windows, a translator is needed, install, e.g. 'CvXsrv' from
  
 
  https://sourceforge.net/projects/vcxsrv/
 
  https://sourceforge.net/projects/vcxsrv/
  
 
(not tested)
 
(not tested)

Revision as of 17:22, 29 January 2023

Back to regbot

Back to robobot

Introduction

The Raspberry Pi files can be accessed and manipulated like a regular file browser.

This is convenient when the software is developed on another computer.

Windows =

WinSCP is a file manager that can include files on the Raspberry; get it from

https://sourceforge.net/projects/winscp/

Graphics generated on the Raspberry

To get the graphics transferred from the Raspberry to a screen on another computer, access using the 'X' option:

ssh -X local@10.197.218.22 

When starting an application with a graphical interface (like the 'Teensy' loader or 'showimage(...)' in openCV), the Raspberry will ask if the ssh client understands X-graphics. A Linux client does understand as default.

For Windows, a translator is needed, install, e.g. 'CvXsrv' from

https://sourceforge.net/projects/vcxsrv/

(not tested)

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox