This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| lu4@rp020:~/Projects/libcamera $ LIBCAMERA_LOG_LEVELS=*:0 libcamera-raw --nopreview --mode 640:400:8:U | |
| [180:29:40.698116362] [5036] DEBUG IPAModule ipa_module.cpp:334 ipa_rkisp1.so: IPA module /usr/lib/arm-linux-gnueabihf/libcamera/ipa_rkisp1.so is signed | |
| [180:29:40.698427195] [5036] DEBUG IPAManager ipa_manager.cpp:245 Loaded IPA module '/usr/lib/arm-linux-gnueabihf/libcamera/ipa_rkisp1.so' | |
| [180:29:40.698742456] [5036] DEBUG IPAModule ipa_module.cpp:334 ipa_rpi_pisp.so: IPA module /usr/lib/arm-linux-gnueabihf/libcamera/ipa_rpi_pisp.so is signed | |
| [180:29:40.698887508] [5036] DEBUG IPAManager ipa_manager.cpp:245 Loaded IPA module '/usr/lib/arm-linux-gnueabihf/libcamera/ipa_rpi_pisp.so' | |
| [180:29:40.699182716] [5036] DEBUG IPAModule ipa_module.cpp:334 ipa_rpi_vc4.so: IPA module /usr/lib/arm-linux-gnueabihf/libcamera/ipa_rpi_vc4.so is signed | |
| [180:29:40.699318445] [5036] DEBUG IPAManager ipa_manager.cpp:245 Loaded IPA module '/usr/lib/arm-linux-gnueabihf/libcamera/ipa_rpi_vc4.so' | |
| [180:29:40.699502456] [5036] DEBUG I |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| lu4@rp020:~/Projects/libcamera $ LIBCAMERA_LOG_LEVELS=*:0 ./build/src/apps/cam/cam --camera 1 --stream role=raw,pixelformat=R8 --ca | |
| pture=10 --file=abc.bin | |
| [180:02:43.750668802] [2902] INFO IPAManager ipa_manager.cpp:143 libcamera is not installed. Adding '/home/lu4/Projects/libcamera/build/src/ipa' to the IPA search path | |
| [180:02:43.811470593] [2902] DEBUG IPAModule ipa_module.cpp:334 ipa_rkisp1.so: IPA module /home/lu4/Projects/libcamera/build/src/ipa/rkisp1/ipa_rkisp1.so is signed | |
| [180:02:43.812587728] [2902] DEBUG IPAManager ipa_manager.cpp:245 Loaded IPA module '/home/lu4/Projects/libcamera/build/src/ipa/rkisp1/ipa_rkisp1.so' | |
| [180:02:43.824377305] [2902] DEBUG IPAModule ipa_module.cpp:334 ipa_rpi_vc4.so: IPA module /home/lu4/Projects/libcamera/build/src/ipa/rpi/vc4/ipa_rpi_vc4.so is signed | |
| [180:02:43.824921784] [2902] DEBUG IPAManager ipa_manager.cpp:245 Loaded IPA module '/home/lu4/Projects/libcamera/build/src/ipa/rpi/vc4/ipa_rpi_vc4.so' | |
| [180:02:43.835934434] [2902] DEBUG IPAModule ipa_module.cpp:334 ip |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### | |
| #Step 1 - Generate server certificates etc... (most of this code is horribly ripped off from nodejs docs currently -> http://nodejs.org/docs/latest/api/tls.html) | |
| ### | |
| #Assuming your starting from a clean directory | |
| mkdir authority | |
| cd authority | |
| #generate private key |