[Free]DjSurfaceView extension

With this extension you can take Photos or Videos from Screen content.

  • use front or rear camera
  • record fullscreen or custom in portrait or landscape mode
  • add Effects: 14 cam effects
  • take Photo. Stored to the ASD
  • take video. Stored to the ASD
  • method to copy the created files to the public /Movies /Pictures folder
  • method to delete all
  • Delete a specific file from the ASD
  • Clear all DJ_VID files from the ASD to save space
  • This is more or less a helper extension for my DjGifSprite extension, designed to generate video clips.

Update -> Effects now working!

strong text
com.django.djsurfaceview.aix (36.9 KB)
DjSurfaceViewDemo.aia (695.3 KB)

:laptop: Built & documented using: FAST v6.0.0-premium

7 Likes

how to use setEffect?
this is not working, no any effect applied.

So your devices camera doesnt provide any effects. Sorry. I have a china tab too from selintech that doesnt provide any effects too. My samsung tablet has a bunch of effects.
Question: Does the camera app of your device provide any effects like Sepia or grayscale or something?I dont think so.

Do you mean this?

FWIW, I don't see any effects being listed when testing the aia in companion either.

The effect list will be getted when you open the surfaceview. It is called within the CameraReady event.

Nope, tried that, no effects even then.

This is with surface view on

Also your demo aia layout looks a bit odd on my Android 16...

I will check it this evening.
Edit:
I found the problem. I got 3 Samsung devices that cooperate perfect with the old Camera API I am using in this extension. Unfortunately other manufactorers dont support this API anymore. So to fix this, I would have to rewrite the complete extension to use the modern Camera2 API... :confused:
I will add a note to the first post
@Tim

The purpose of this aia is to show the functionality of my extension, no meant to reflect my designing skills :wink:

Update: 14 different Effects are working now. aix and aia updated in first post