X630-Hardware-Reset

From Geekworm Wiki
Revision as of 16:53, 27 December 2021 by Harry (talk | contribs) (Created page with "'''For Hardware Reset''' - Starting RASPISTILL or RASPIVID once then reboot your Raspberry Pi. ==Use RASPISTILL RASPIVID == (Please use when operating system cannot control t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

For Hardware Reset - Starting RASPISTILL or RASPIVID once then reboot your Raspberry Pi.

Use RASPISTILL RASPIVID

(Please use when operating system cannot control the X630 module via GPIO509)

13. To take a photo with the X630 Module

raspistill -o image.jpg

Here, "image" is the name of your image that will be saved to your Raspberry Pi

14. If you need to take second image, then you will need to reboot the Raspberry Pi and execute the "raspistill" again

sudo reboot
	 

15. To record a video with the X630 module

raspivid -o video.h264 -t 10000

Here, "video" is the name of your video and "10000" is the number of milliseconds.

16. If you need to record second video, then you will need to reboot the Raspberry Pi and execute the "raspivid" again

sudo reboot

For Hardware Reset - Starting RASPISTILL or RASPIVID once then reboot your Raspberry Pi

Please use the following guide if your dip switch is changed to 'Hardware reset' position.

17. To take a photo with the X630 Module

raspistill -o image.jpg

Here, "image.jpg" is the name of your image that will be saved to your Raspberry Pi

18. If you need to take second image, then you will need to reboot the Raspberry Pi and execute the "raspistill" again.

sudo reboot

19. To record a video with the X630 module

raspivid -o video.h264 -t 10000

Here, "video" is the name of your video and "10000" is the number of milliseconds.

20. If you need to record second video, then you will need to reboot the Raspberry Pi and execute the "raspivid" again.

sudo reboot
Add your comment
Geekworm Wiki welcomes all comments. If you do not want to be anonymous, register or log in. It is free.