Hello,
I want to control my Raspberry Pi Camera with jshell.
when i use raspistill with this command:
shl.Initialize("shl","raspistill",Array As String( "-w","640","-h","480","-o","test.jpg"))
...it works fine.
if i want to control raspimjpeg, i have to write to the pipe like this: (shell: echo "ca 1" > /path/to/pipe)
pls see:
https://github.com/silvanmelchior/u...ions/linux/apps/raspicam/README_RaspiMJPEG.md
can someone help me pls.
thx
Michael
I want to control my Raspberry Pi Camera with jshell.
when i use raspistill with this command:
shl.Initialize("shl","raspistill",Array As String( "-w","640","-h","480","-o","test.jpg"))
...it works fine.
if i want to control raspimjpeg, i have to write to the pipe like this: (shell: echo "ca 1" > /path/to/pipe)
pls see:
https://github.com/silvanmelchior/u...ions/linux/apps/raspicam/README_RaspiMJPEG.md
can someone help me pls.
thx
Michael