pi-top-Python-SDK
pi-top-Python-SDK copied to clipboard
Create "Handling Images/Video Over SSH" docs section
- [ ] Include docs section explaining how to handle
Code snippets:
from pitopcommon.current_session_info import get_first_display
environ["DISPLAY"] = get_first_display()
DISPLAY=:0 python3 /home/pi/Desktop/my_python_file.py
- [ ] Code examples that use
cv2.imshow()and other functions that require a display should link to this section (e.g. most robotics stuff with camera)