mobian, pinephone camera, and megapixels
#11
(03-25-2021, 02:56 PM)Maus Wrote: I'm sorry to read you lost your images, but you are absolutely right, reading only the introductory comment lines, especially the last two of them, would have helped:

# The post-processing script is responsible for cleaning up
# temporary directory for the burst.

<snip>

Thanks, Maus! Yeah, I'm not much of a script meister so sometimes I take heuristic shortcuts to study behavior rather than studying the code. I've been in computing since before "microcomputers" even existed. FORTRAN, K&R C, and assembler is mostly how I learned a living many years ago.

But at least I finally settled into reviewing the code and I found the bug. I guess it's best to stick to POSIX syntax when using sh and perhaps a new intolerance to legacy code just bit postprocess.sh!

I changed line 69 in postprocess.sh from
Code:
if [ "$CONVERT" == "convert" ]; then

to

Code:
if [ "$CONVERT" = "convert" ]; then
I setup test subdirectories and ran the script from the terminal and it worked only with the change in operator syntax. I have .jpg files now! Big Grin

From https://stackoverflow.com/questions/2044...erators-eq

== is a bash-ism, by the way. It's better to use the POSIX =. In bash the two are equivalent, and in plain sh = is the only one guaranteed to work.

Now I need to discover where to file a bug report.
  Reply


Messages In This Thread
RE: mobian, pinephone camera, and megapixels - by calinb - 03-25-2021, 04:53 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  mobian calamares fail merom 1 178 03-27-2025, 10:23 AM
Last Post: merom
  bookworm vs trixie discussion for mobian in pinephone regular. zetabeta 47 13,810 03-12-2025, 04:43 PM
Last Post: dragonhospital
  New camera app gnome-snapshot working on trixie? vusra 2 236 03-10-2025, 01:52 PM
Last Post: vusra
  Pinephone seems tobe using 4G data instead of Wifi data grump_fiddle_reinstall 7 1,860 02-20-2025, 02:47 PM
Last Post: puffchumpy
  mobian phosh on screen keyboard not popping up for Chromium/Electron apps grump_fiddle_reinstall 1 425 01-15-2025, 08:08 PM
Last Post: Kevin Kofler
  pinephonepro.ini for Megapixels biketool 1 557 01-04-2025, 04:26 PM
Last Post: Kevin Kofler
  How to use QR codes on Mobian Sid(unstable) Pinephone Pro biketool 1 381 01-02-2025, 12:47 PM
Last Post: zetabeta
  Upgrade to Mobian (Trixie) Staging biketool 13 1,940 12-29-2024, 10:35 AM
Last Post: biketool
  Mobian Bulleyes aberrio 0 517 12-16-2024, 08:27 AM
Last Post: aberrio
  Mobian, Suspend, and Audio Playback biketool 0 450 12-11-2024, 12:56 AM
Last Post: biketool

Forum Jump:


Users browsing this thread: 2 Guest(s)