Search found 31 matches
- 2024-03-20 13:44
- Forum: LuckFox Pico
- Topic: Capturing single image
- Replies: 12
- Views: 5324
Re: Capturing single image
Perfect, thanks! I will look into that.
- 2024-03-20 0:24
- Forum: LuckFox Pico
- Topic: Capturing single image
- Replies: 12
- Views: 5324
Re: Capturing single image
I have had some success in getting a single image using this command at the command prompt: v4l2-ctl --device /dev/video11 --set-fmt-video=width=1280,height=720,pixelformat=NV21 --stream-mmap --stream-to=frame2.yuv --stream-count=1 I can import it into the YUView utility and see the image, but it al...
- 2024-03-11 2:16
- Forum: LuckFox Pico
- Topic: Capturing single image
- Replies: 12
- Views: 5324
Re: Capturing single image
Thanks! What I did was go back up to the sdk root and do a "make clean" which deleted everything. Then I did the ./make -lunch & ./make to rebuild everything. Then I went back through the menuconfig process and everything compiled. I will test the new image tomorrow. I also have no ide...
- 2024-03-10 23:00
- Forum: LuckFox Pico
- Topic: Capturing single image
- Replies: 12
- Views: 5324
Re: Capturing single image
And from the log file for the compile: Checking for function "ngettext" : NO Running compile: Working directory: /root/sdk/luckfox-pico/sysdrv/source/buildroot/buildroot-2023.02.6/output/build/libglib2-2.72.3/build/meson-> Command line: /root/sdk/luckfox-pico/sysdrv/source/buildroot/buildr...
- 2024-03-10 22:57
- Forum: LuckFox Pico
- Topic: Capturing single image
- Replies: 12
- Views: 5324
Re: Capturing single image
Trying this out, it seems to get stuck on this "library intl found: NO" error: Run-time dependency libffi found: YES 3.4.4 Run-time dependency zlib found: YES 1.2.13 Checking for function "ngettext" : NO Library intl found: NO output/build/libglib2-2.72.3/meson.build:2102:4: ERRO...
- 2024-03-09 17:25
- Forum: LuckFox Pico
- Topic: Capturing single image
- Replies: 12
- Views: 5324
Re: Capturing single image
Thanks! I will try this. I think I was probably missing the "clean" step. I will post the results.
- 2024-03-09 3:43
- Forum: LuckFox Pico
- Topic: Capturing single image
- Replies: 12
- Views: 5324
Re: Capturing single image
Coming back to this after a while. I did manage to get the "v4l2_test" utility to work and I could convert the YUV file using a tool on my desktop computer. However, I have been trying to follow the instructions here for installing the v4l2 tools https://wiki.luckfox.com/Luckfox-Pico/CSI-C...
- 2024-02-28 20:46
- Forum: LuckFox Pico
- Topic: Setting the correct timezone on LuckFox Pico Max Pro
- Replies: 4
- Views: 1904
Re: Setting the correct timezone on LuckFox Pico Max Pro
Great, thanks! I'll try that!
- 2024-02-27 18:30
- Forum: LuckFox Pico
- Topic: Setting the correct timezone on LuckFox Pico Max Pro
- Replies: 4
- Views: 1904
Re: Setting the correct timezone on LuckFox Pico Max Pro
I have tried that. When I set it to that in profile I get:
- Wed Feb 28 07:28:21 UTC 2024
- Tues Feb 28 13:28
- 2024-02-27 18:20
- Forum: LuckFox Pico
- Topic: Capturing single image
- Replies: 12
- Views: 5324
Re: Capturing single image
Perfect, thank you very much! I will give these a try.